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++/13061] New: internal compiler error: Segmentation fault


"internal compiler error: Segmentation fault" on CygWin under W2K.  The test 
case compiles with Comeau 4.3.3B8 but gives an internal compiler error on MSVC 
7.1.  Command details:

c++ -v -save-temps -c -o YcTest.o YcTest.cpp -mwindows -g   -
IC:\rah\Vc\CppLib  -IC:\packages\icu_2.6.1\include  -IC:\packages\xerces-c-
src_2_3_0\include  -IC:\packages\Loki -O2 -Wall 
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.2/specs
Configured with: /cygdrive/c/software/gcc/gcc-3.3.2/configure --with-gcc --with-
gnu-ld --with-gnu-as --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --
libdir=/usr/lib --libexecdir=/usr/sbin --mandir=/usr/share/man --
infodir=/usr/share/info --enable-languages=c,c++,f77 --enable-libgcj --enable-
threads=posix --with-system-zlib --enable-nls --without-included-gettext --
enable-interpreter --enable-sjlj-exceptions --disable-version-specific-runtime-
libs --enable-shared --disable-win32-registry --enable-java-gc=boehm --disable-
hash-synchronization --verbose
Thread model: posix
gcc version 3.3.2
 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.2/cc1plus.exe -E -D__GNUG__=3 -quiet -v -
IC:\rah\Vc\CppLib -IC:\packages\icu_2.6.1\include -IC:\packages\xerces-c-
src_2_3_0\include -IC:\packages\Loki -D__GNUC__=3 -D__GNUC_MINOR__=3 -
D__GNUC_PATCHLEVEL__=2 -D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix -
isystem /usr/local/include -idirafter /usr/i686-pc-cygwin/include -
idirafter /usr/include -idirafter /usr/i686-pc-cygwin/include/w32api -
idirafter /usr/include/w32api YcTest.cpp -mwindows -Wall -O2 YcTest.ii
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/i686-pc-cygwin/include"
ignoring nonexistent directory "/usr/i686-pc-cygwin/include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 C:/rah/Vc/CppLib
 C:/packages/icu_2.6.1/include
 C:/packages/xerces-c-src_2_3_0/include
 C:/packages/Loki
 /usr/include/c++/3.3.2
 /usr/include/c++/3.3.2/i686-pc-cygwin
 /usr/include/c++/3.3.2/backward
 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.2/include
 /usr/include
 /usr/include/w32api
End of search list.
In file included from C:/rah/Vc/CppLib/LogUtil.h:17,
                 from C:/rah/Vc/CppLib/MktUtil.h:8,
                 from C:/rah/Vc/CppLib/YcUtil.h:4,
                 from YcTest.cpp:3:
C:/rah/Vc/CppLib/ConfigUtil.h:282:17: warning: multi-line comment
 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.2/cc1plus.exe -fpreprocessed YcTest.ii -
quiet -dumpbase YcTest.cpp -mwindows -auxbase-strip YcTest.o -g -O2 -Wall -
version -o YcTest.s
GNU C++ version 3.3.2 (i686-pc-cygwin)
	compiled by GNU C version 3.3.2.
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=65410

 ... lots of warnings - see attachment for full output ...

YcTest.cpp: At global scope:
YcTest.cpp:156: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ron_hylton at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


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