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++/45245] New: Segmentation Fault


g++ -c -Wno-multichar -fexceptions -g3 -D_MT -DNDEBUG -O3
-funsafe-loop-optimizations -Wunsafe-loop-optimizations -static -v -save-temps
-DTESTINETD -fnon-call-exceptions -I. -I../Common -o ./GNURelease/DelaydSQL.o
DelaydSQL.cpp
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /usr/src/gcc-4.4.3/configure --prefix=/usr --libdir=/usr/lib64
Thread model: posix
gcc version 4.4.3 (GCC)
COLLECT_GCC_OPTIONS='-c' '-Wno-multichar' '-fexceptions' '-g3' '-D_MT'
'-DNDEBUG' '-O3' '-funsafe-loop-optimizations' '-Wunsafe-loop-optimizations'
'-static' '-v' '-save-temps' '-DTESTINETD' '-fnon-call-exceptions' '-I.'
'-I../Common' '-o' './GNURelease/DelaydSQL.o' '-mtune=generic'
 /usr/libexec/gcc/x86_64-unknown-linux-gnu/4.4.3/cc1plus -E -quiet -v -I.
-I../Common -dD -D_GNU_SOURCE -D_MT -DNDEBUG -DTESTINETD DelaydSQL.cpp
-mtune=generic -Wno-multichar -Wunsafe-loop-optimizations -fexceptions
-funsafe-loop-optimizations -fnon-call-exceptions -g3 -fworking-directory -O3
-fpch-preprocess -o DelaydSQL.ii
ignoring nonexistent directory
"/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../../x86_64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../Common
 /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../../include/c++/4.4.3

/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../../include/c++/4.4.3/x86_64-unknown-linux-gnu

/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../../include/c++/4.4.3/backward
 /usr/local/include
 /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.4.3/include
 /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.4.3/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-c' '-Wno-multichar' '-fexceptions' '-g3' '-D_MT'
'-DNDEBUG' '-O3' '-funsafe-loop-optimizations' '-Wunsafe-loop-optimizations'
'-static' '-v' '-save-temps' '-DTESTINETD' '-fnon-call-exceptions' '-I.'
'-I../Common' '-o' './GNURelease/DelaydSQL.o' '-mtune=generic'
 /usr/libexec/gcc/x86_64-unknown-linux-gnu/4.4.3/cc1plus -fpreprocessed
DelaydSQL.ii -quiet -dumpbase DelaydSQL.cpp -mtune=generic -auxbase-strip
./GNURelease/DelaydSQL.o -g3 -O3 -Wno-multichar -Wunsafe-loop-optimizations
-version -fexceptions -funsafe-loop-optimizations -fnon-call-exceptions -o
DelaydSQL.s
GNU C++ (GCC) version 4.4.3 (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.4.3, GMP version 4.1.4, MPFR version 2.4.1.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 64ee06594ed86cd53109893e7ba2a6cf
DelaydSQL.cpp: In function ?CDelaydSQLThread::CDelaydSQLThread()?:
DelaydSQL.cpp:757: internal compiler error: Segmentation fault

--
Comment:
If I skip "-fnon-call-exceptions" option - compilation became successfull.


-- 
           Summary: Segmentation Fault
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gekus at aha dot ru


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


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