Advertisement
Guest User

Untitled

a guest
Dec 11th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. In file included from ../../gcc/gcc/tree-flow.h:877:0,
  2. from ../../gcc/gcc/tree-loop-linear.c:35:
  3. ../../gcc/gcc/tree-flow-inline.h: In function ‘num_ssa_operands’:
  4. ../../gcc/gcc/tree-flow-inline.h:872:8: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  5. tree t;
  6. ^
  7. gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -W
  8. no-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/
  9. ../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/include/libelf ../../gcc/gcc
  10. /tree-nested.c -o tree-nested.o
  11. In file included from ../../gcc/gcc/tree-nested.c:25:0:
  12. ../../gcc/gcc/tree.h:2993:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat]
  13. unsigned thread_local : 1;
  14. ^
  15. In file included from ../../gcc/gcc/tree-flow.h:877:0,
  16. from ../../gcc/gcc/tree-nested.c:33:
  17. ../../gcc/gcc/tree-flow-inline.h: In function ‘num_ssa_operands’:
  18. ../../gcc/gcc/tree-flow-inline.h:872:8: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  19. tree t;
  20. ^
  21. gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -W
  22. no-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/
  23. ../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/include/libelf ../../gcc/gcc
  24. /tree-nrv.c -o tree-nrv.o
  25. In file included from ../../gcc/gcc/tree-nrv.c:24:0:
  26. ../../gcc/gcc/tree.h:2993:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat]
  27. unsigned thread_local : 1;
  28. ^
  29. In file included from ../../gcc/gcc/tree-flow.h:877:0,
  30. from ../../gcc/gcc/tree-nrv.c:30:
  31. ../../gcc/gcc/tree-flow-inline.h: In function ‘num_ssa_operands’:
  32. ../../gcc/gcc/tree-flow-inline.h:872:8: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  33. tree t;
  34. ^
  35. gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -W
  36. no-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/
  37. ../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/include/libelf ../../gcc/gcc
  38. /tree-object-size.c -o tree-object-size.o
  39. In file included from ../../gcc/gcc/tree-object-size.c:26:0:
  40. ../../gcc/gcc/tree.h:2993:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat]
  41. unsigned thread_local : 1;
  42. ^
  43. In file included from ../../gcc/gcc/tree-flow.h:877:0,
  44. from ../../gcc/gcc/tree-object-size.c:29:
  45. ../../gcc/gcc/tree-flow-inline.h: In function ‘num_ssa_operands’:
  46. ../../gcc/gcc/tree-flow-inline.h:872:8: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  47. tree t;
  48. ^
  49. gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -W
  50. no-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement