Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. galileo:~/Work/masteroppgave/proyvind/masteroppgave/clean$ make ser
  2. g++ -o bin/delaunay src/context.c src/nlist.c src/util.c src/functions.c src/randomPoints.c src/cohull.c src/sort.c src/main.c -lm -lrt -lmpi -lmpi_cxx -Iincludes -DSJEKK=1 -Wall -Wextra -pedantic -O3 -ffast-math -march=native -mtune=native -std=gnu++1y -ftree-vectorize -fno-exceptions -fno-rtti -fopenmp -fwhole-program -flto -fuse-linker-plugin -funroll-loops -funsafe-loop-optimizations -faggressive-loop-optimizations -ftree-loop-if-convert -fgraphite-identity -floop-nest-optimize -ftree-loop-if-convert-stores -ftree-loop-distribution -ftree-loop-distribute-patterns -floop-block -floop-interchange -ftree-loop-linear -ftree-loop-ivcanon -floop-strip-mine -fivopts -ftree-loop-im -fsplit-ivs-in-unroller -fvariable-expansion-in-unroller -mfpmath=both -fassociative-math -freciprocal-math -funswitch-loops -fbranch-target-load-optimize2 -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -fipa-pta -msseregparm -mrecip=all -mtls-dialect=gnu2 -mpush-args -maccumulate-outgoing-args -ftree-coalesce-inlined-vars -ftree-coalesce-vars -ftree-parallelize-loops=4 -floop-parallelize-all -gdwarf-4 -fvar-tracking-assignments-toggle
  3. In file included from src/nlist.c:4:0:
  4. includes/nlist.h:8:7: internal compiler error: in gen_type_die_with_usage, at dwarf2out.c:19493
  5. class NList {
  6. ^
  7. Please submit a full bug report,
  8. with preprocessed source if appropriate.
  9. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  10. Preprocessed source stored into /tmp/ccGMdkY8.out file, please attach this to your bugreport.
  11. ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/_usr_lib_gcc_x86_64-linux-gnu_4.8_cc1plus.1000.crash'
  12. src/util.c: In function ‘void dumpPoints(const char*, const Context&)’:
  13. src/util.c:74:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  14. for (int i=0;i < c.delaunayEdges.size(); i++){
  15. ^
  16. src/util.c:76:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  17. for (int j =0; j < c.delaunayEdges[i].size(); j++){
  18. ^
  19. src/util.c: In function ‘void read_file(std::vector<int>&, std::vector<int>&, int, Context&)’:
  20. src/util.c:20:26: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  21. fscanf(myFile, "%d", &n);
  22. ^
  23. src/util.c:22:33: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  24. fscanf(myFile, "%d", &BOX_SIDE);
  25. ^
  26. src/util.c:24:30: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  27. fscanf(myFile, "%d", &MAX_X);
  28. ^
  29. src/util.c:26:30: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  30. fscanf(myFile, "%d", &MAX_Y);
  31. ^
  32. src/util.c:28:32: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  33. fscanf(myFile, "%d", &SCALING);
  34. ^
  35. src/util.c:43:30: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  36. fscanf(myFile, "%d", &x[i]);
  37. ^
  38. src/util.c:45:30: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  39. fscanf(myFile, "%d", &y[j]);
  40. ^
  41. In file included from src/functions.c:9:0:
  42. includes/nlist.h:8:7: internal compiler error: in gen_type_die_with_usage, at dwarf2out.c:19493
  43. class NList {
  44. ^
  45. Please submit a full bug report,
  46. with preprocessed source if appropriate.
  47. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  48. Preprocessed source stored into /tmp/cc1p2lBU.out file, please attach this to your bugreport.
  49. ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/_usr_lib_gcc_x86_64-linux-gnu_4.8_cc1plus.1000.crash'
  50. In file included from src/cohull.c:5:0:
  51. includes/nlist.h:8:7: internal compiler error: in gen_type_die_with_usage, at dwarf2out.c:19493
  52. class NList {
  53. ^
  54. Please submit a full bug report,
  55. with preprocessed source if appropriate.
  56. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  57. Preprocessed source stored into /tmp/ccW4KZQ2.out file, please attach this to your bugreport.
  58. ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/_usr_lib_gcc_x86_64-linux-gnu_4.8_cc1plus.1000.crash'
  59. isl_constraint.c:585: position out of bounds
  60. src/sort.c: In function ‘radixSort(std::vector<int, std::allocator<int> > const&, std::vector<int, std::allocator<int> >&, int, int, std::vector<int, std::allocator<int> > const&, std::vector<int, std::allocator<int> >&, int, int, int)’:
  61. src/sort.c:26:13: internal compiler error: Aborted
  62. static void radixSort(const std::vector<int> &a, std::vector<int> &b, int low, int high, const std::vector<int> &y, std::vector<int> &yb, int maskLength, int shift, int a_length){
  63. ^
  64. Please submit a full bug report,
  65. with preprocessed source if appropriate.
  66. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  67. Preprocessed source stored into /tmp/ccoetiZh.out file, please attach this to your bugreport.
  68. ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/_usr_lib_gcc_x86_64-linux-gnu_4.8_cc1plus.1000.crash'
  69. In file included from src/main.c:8:0:
  70. includes/nlist.h:8:7: internal compiler error: in gen_type_die_with_usage, at dwarf2out.c:19493
  71. class NList {
  72. ^
  73. Please submit a full bug report,
  74. with preprocessed source if appropriate.
  75. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  76. Preprocessed source stored into /tmp/ccGRXdnM.out file, please attach this to your bugreport.
  77. ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/_usr_lib_gcc_x86_64-linux-gnu_4.8_cc1plus.1000.crash'
  78. make: *** [bin/delaunay] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement