Guest User

Untitled

a guest
Dec 8th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1.  
  2. HOSTCC -fPIC scripts/gcc-plugins/cyc_complexity_plugin.o
  3. HOSTCC -fPIC scripts/gcc-plugins/sancov_plugin.o
  4. HOSTCC -fPIC scripts/gcc-plugins/latent_entropy_plugin.o
  5. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:50:0:
  6. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:34:54: warning: no previous prototype for ‘make_cyc_complexity_pass’ [-Wmissing-prototypes]
  7. #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass)
  8. ^
  9. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:24:38: note: in definition of macro ‘_GCC_PLUGIN_CONCAT3’
  10. #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z
  11. ^
  12. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:35:31: note: in expansion of macro ‘__MAKE_PASS_NAME_PASS’
  13. #define _MAKE_PASS_NAME_PASS __MAKE_PASS_NAME_PASS(PASS_NAME)
  14. ^
  15. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:139:18: note: in expansion of macro ‘_MAKE_PASS_NAME_PASS’
  16. struct opt_pass *_MAKE_PASS_NAME_PASS(void)
  17. ^
  18. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:63:0:
  19. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:34:54: warning: no previous prototype for ‘make_sancov_pass’ [-Wmissing-prototypes]
  20. #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass)
  21. ^
  22. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:24:38: note: in definition of macro ‘_GCC_PLUGIN_CONCAT3’
  23. #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z
  24. ^
  25. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:35:31: note: in expansion of macro ‘__MAKE_PASS_NAME_PASS’
  26. #define _MAKE_PASS_NAME_PASS __MAKE_PASS_NAME_PASS(PASS_NAME)
  27. ^
  28. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:139:18: note: in expansion of macro ‘_MAKE_PASS_NAME_PASS’
  29. struct opt_pass *_MAKE_PASS_NAME_PASS(void)
  30. ^
  31. HOSTLLD -shared scripts/gcc-plugins/cyc_complexity_plugin.so
  32. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:584:0:
  33. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:34:54: warning: no previous prototype for ‘make_latent_entropy_pass’ [-Wmissing-prototypes]
  34. #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass)
  35. ^
  36. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:24:38: note: in definition of macro ‘_GCC_PLUGIN_CONCAT3’
  37. #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z
  38. ^
  39. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:35:31: note: in expansion of macro ‘__MAKE_PASS_NAME_PASS’
  40. #define _MAKE_PASS_NAME_PASS __MAKE_PASS_NAME_PASS(PASS_NAME)
  41. ^
  42. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:139:18: note: in expansion of macro ‘_MAKE_PASS_NAME_PASS’
  43. struct opt_pass *_MAKE_PASS_NAME_PASS(void)
Add Comment
Please, Sign In to add comment