Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.69 KB | None | 0 0
  1. In file included from ../../gcc/cp/except.c:1013:0:
  2. cfns.gperf: In function ‘const char* libc_name_p(const char*, unsigned int)’:
  3. cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’ redeclared inline with ‘gnu_inline’ attribute
  4. cfns.gperf:26:14: note: ‘const char* libc_name_p(const char*, unsigned int)’ previously declared here
  5. cfns.gperf: At global scope:
  6. cfns.gperf:26:14: warning: inline function ‘const char* libc_name_p(const char*, unsigned int)’ used but never defined
  7. make[3]: *** [Makefile:1058: cp/except.o] Error 1
  8. make[3]: *** Waiting for unfinished jobs....
  9. In file included from ./tm.h:26:0,
  10. from ../../gcc/cp/friend.c:23:
  11. ../../gcc/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  12. fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
  13. ^
  14. ../../gcc/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  15. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  16. ^
  17. In file included from ./tm.h:47:0,
  18. from ../../gcc/cp/friend.c:23:
  19. ../../gcc/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  20. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  21. ^
  22. In file included from ./tm.h:26:0,
  23. from ../../gcc/cp/pt.c:30:
  24. ../../gcc/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  25. fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
  26. ^
  27. ../../gcc/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  28. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  29. ^
  30. In file included from ./tm.h:47:0,
  31. from ../../gcc/cp/pt.c:30:
  32. ../../gcc/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  33. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  34. ^
  35. In file included from ./tm.h:26:0,
  36. from ../../gcc/cp/typeck.c:30:
  37. ../../gcc/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  38. fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
  39. ^
  40. ../../gcc/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  41. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  42. ^
  43. In file included from ./tm.h:47:0,
  44. from ../../gcc/cp/typeck.c:30:
  45. ../../gcc/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  46. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  47. ^
  48. In file included from ./tm.h:26:0,
  49. from ../../gcc/cp/parser.c:24:
  50. ../../gcc/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  51. fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
  52. ^
  53. ../../gcc/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  54. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  55. ^
  56. In file included from ./tm.h:47:0,
  57. from ../../gcc/cp/parser.c:24:
  58. ../../gcc/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  59. fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
  60. ^
  61. ../../gcc/cp/parser.c: In function ‘void cp_lexer_print_token(FILE*, cp_token*)’:
  62. ../../gcc/cp/parser.c:1170:5: warning: case value ‘83’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  63. case CPP_KEYWORD:
  64. ^~~~
  65. ../../gcc/cp/parser.c: In function ‘tree_node* cp_parser_primary_expression(cp_parser*, bool, bool, bool, bool, cp_id_kind*)’:
  66. ../../gcc/cp/parser.c:4334:5: warning: case value ‘83’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  67. case CPP_KEYWORD:
  68. ^~~~
  69. ../../gcc/cp/parser.c:4492:5: warning: case value ‘84’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  70. case CPP_TEMPLATE_ID:
  71. ^~~~
  72. ../../gcc/cp/parser.c:4493:5: warning: case value ‘85’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  73. case CPP_NESTED_NAME_SPECIFIER:
  74. ^~~~
  75. ../../gcc/cp/parser.c: In function ‘tree_node* cp_parser_id_expression(cp_parser*, bool, bool, bool*, bool, bool)’:
  76. ../../gcc/cp/parser.c:4782:2: warning: case value ‘83’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  77. case CPP_KEYWORD:
  78. ^~~~
  79. ../../gcc/cp/parser.c: In function ‘tree_node* cp_parser_unqualified_id(cp_parser*, bool, bool, bool, bool)’:
  80. ../../gcc/cp/parser.c:5074:5: warning: case value ‘83’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  81. case CPP_KEYWORD:
  82. ^~~~
  83. ../../gcc/cp/parser.c:4854:5: warning: case value ‘84’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  84. case CPP_TEMPLATE_ID:
  85. ^~~~
  86. ../../gcc/cp/parser.c: In function ‘tree_node* cp_parser_operator(cp_parser*)’:
  87. ../../gcc/cp/parser.c:12551:5: warning: case value ‘83’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  88. case CPP_KEYWORD:
  89. ^~~~
  90. ../../gcc/cp/parser.c: In function ‘tree_node* cp_parser_class_specifier_1(cp_parser*)’:
  91. ../../gcc/cp/parser.c:19398:7: warning: case value ‘83’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  92. case CPP_KEYWORD:
  93. ^~~~
  94. ../../gcc/cp/parser.c: In function ‘tree_node* cp_parser_objc_expression(cp_parser*)’:
  95. ../../gcc/cp/parser.c:25084:5: warning: case value ‘83’ not in enumerated type ‘cpp_ttype’ [-Wswitch]
  96. case CPP_KEYWORD:
  97. ^~~~
  98. In file included from ../../gcc/cp/parser.c:32192:0:
  99. ./gt-cp-parser.h: In function ‘void gt_ggc_mx(cp_token&)’:
  100. ./gt-cp-parser.h:130:10: warning: switch condition has boolean value [-Wswitch-bool]
  101. switch ((((*x)).type == CPP_TEMPLATE_ID) || (((*x)).type == CPP_NESTED_NAME_SPECIFIER))
  102. ^
  103. In file included from ../../gcc/cp/parser.c:32192:0:
  104. ./gt-cp-parser.h: In function ‘void gt_pch_nx(cp_token&)’:
  105. ./gt-cp-parser.h:272:10: warning: switch condition has boolean value [-Wswitch-bool]
  106. switch ((((*x)).type == CPP_TEMPLATE_ID) || (((*x)).type == CPP_NESTED_NAME_SPECIFIER))
  107. ^
  108. In file included from ../../gcc/cp/parser.c:32192:0:
  109. ./gt-cp-parser.h: In function ‘void gt_pch_nx(cp_token*, gt_pointer_operator, void*)’:
  110. ./gt-cp-parser.h:435:10: warning: switch condition has boolean value [-Wswitch-bool]
  111. switch ((((*x)).type == CPP_TEMPLATE_ID) || (((*x)).type == CPP_NESTED_NAME_SPECIFIER))
  112. ^
  113. rm gcc.pod
  114. make[3]: Leaving directory '/home/johnyburd/code/buildroot/buildroot-rpi3/output/build/host-gcc-final-4.9.3/build/gcc'
  115. make[2]: *** [Makefile:3972: all-gcc] Error 2
  116. make[2]: Leaving directory '/home/johnyburd/code/buildroot/buildroot-rpi3/output/build/host-gcc-final-4.9.3/build'
  117. make[1]: *** [Makefile:860: all] Error 2
  118. make[1]: Leaving directory '/home/johnyburd/code/buildroot/buildroot-rpi3/output/build/host-gcc-final-4.9.3/build'
  119. make: *** [package/pkg-generic.mk:198: /home/johnyburd/code/buildroot/buildroot-rpi3/output/build/host-gcc-final-4.9.3/.stamp_built] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement