Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cdt_set_new_type’:
  2. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  3. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  4. ^
  5. ../../gcc-4.4.4/gcc/gimple.h:4178:3: note: in expansion of macro ‘gcc_assert’
  6. gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type);
  7. ^
  8. ../../gcc-4.4.4/gcc/toplev.c: At top level:
  9. ../../gcc-4.4.4/gcc/toplev.c:536:1: error: redefinition of ‘floor_log2’
  10. floor_log2 (unsigned HOST_WIDE_INT x)
  11. ^
  12. In file included from ../../gcc-4.4.4/gcc/toplev.c:58:0:
  13. ../../gcc-4.4.4/gcc/toplev.h:190:1: note: previous definition of ‘floor_log2’ was here
  14. floor_log2 (unsigned HOST_WIDE_INT x)
  15. ^
  16. ../../gcc-4.4.4/gcc/toplev.c:571:1: error: redefinition of ‘exact_log2’
  17. exact_log2 (unsigned HOST_WIDE_INT x)
  18. ^
  19. In file included from ../../gcc-4.4.4/gcc/toplev.c:58:0:
  20. ../../gcc-4.4.4/gcc/toplev.h:196:1: note: previous definition of ‘exact_log2’ was here
  21. exact_log2 (unsigned HOST_WIDE_INT x)
  22. ^
  23. Makefile:2470: recipe for target 'toplev.o' failed
  24. make[2]: *** [toplev.o] Error 1
  25. make[2]: Leaving directory '/tmp/rbdev-build/build-gcc/gcc'
  26. Makefile:4863: recipe for target 'all-gcc' failed
  27. make[1]: *** [all-gcc] Error 2
  28. make[1]: Leaving directory '/tmp/rbdev-build/build-gcc'
  29. Makefile:738: recipe for target 'all' failed
  30. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement