This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/52814] New: Internal compiler error: segmentation fault


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52814

             Bug #: 52814
           Summary: Internal compiler error: segmentation fault
    Classification: Unclassified
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: sparsh0mittal@gmail.com


I am compiling Sniper-multicore simulator files. On ubuntu it compiles fine
(where boost is already there). On my red-hat (RHEL 5.2), where I don't have
root permission, I installed gcc-4.6.0 and boost-1.49 and am trying to compile
Sniper files. However, gcc fails:

/home/sparsh/bin/gccbin/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/cc1plus
-fpreprocessed clock_skew_minimization.ii -quiet -dumpbase
clock_skew_minimization.cc -mtune=generic -march=x86-64 -auxbase-strip
/home/sparsh/ddrive/test/sniper/pin/../pin/clock_skew_minimization.o -g -g -O3
-O3 -O3 -Wall -Wextra -Wcast-align -Wno-unused-parameter -Wno-unknown-pragmas
-std=c++0x -version -fno-strict-aliasing -fno-stack-protector
-fomit-frame-pointer -fPIC -o clock_skew_minimization.s
GNU C++ (GCC) version 4.6.0 (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.6.0, GMP version 5.0.2, MPFR version 3.1.0,
MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU C++ (GCC) version 4.6.0 (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.6.0, GMP version 5.0.2, MPFR version 3.1.0,
MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 92a6c3dce9332c98e77c2cc0d9d9f40f
g++: internal compiler error: Segmentation fault (program cc1plus)

File is attached.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]