public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13061] New: internal compiler error: Segmentation fault
@ 2003-11-15 17:40 ron_hylton at hotmail dot com
  2003-11-15 17:42 ` [Bug c++/13061] " ron_hylton at hotmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ron_hylton at hotmail dot com @ 2003-11-15 17:40 UTC (permalink / raw)
  To: gcc-bugs

"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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/13061] internal compiler error: Segmentation fault
  2003-11-15 17:40 [Bug c++/13061] New: internal compiler error: Segmentation fault ron_hylton at hotmail dot com
@ 2003-11-15 17:42 ` ron_hylton at hotmail dot com
  2003-11-15 17:44 ` ron_hylton at hotmail dot com
  2003-11-15 19:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ron_hylton at hotmail dot com @ 2003-11-15 17:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ron_hylton at hotmail dot com  2003-11-15 17:42 -------
Created an attachment (id=5139)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5139&action=view)
test case - bzip2 compressed ii file


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/13061] internal compiler error: Segmentation fault
  2003-11-15 17:40 [Bug c++/13061] New: internal compiler error: Segmentation fault ron_hylton at hotmail dot com
  2003-11-15 17:42 ` [Bug c++/13061] " ron_hylton at hotmail dot com
@ 2003-11-15 17:44 ` ron_hylton at hotmail dot com
  2003-11-15 19:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ron_hylton at hotmail dot com @ 2003-11-15 17:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ron_hylton at hotmail dot com  2003-11-15 17:44 -------
Created an attachment (id=5140)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5140&action=view)
full output of failing command


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/13061] internal compiler error: Segmentation fault
  2003-11-15 17:40 [Bug c++/13061] New: internal compiler error: Segmentation fault ron_hylton at hotmail dot com
  2003-11-15 17:42 ` [Bug c++/13061] " ron_hylton at hotmail dot com
  2003-11-15 17:44 ` ron_hylton at hotmail dot com
@ 2003-11-15 19:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-15 19:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-15 19:29 -------
I can reproduce this on linux with 3.3.1 but it is already fixed in 3.4.
I can also reproduce this with 3.2.3, 3.0.4 and 2.95.3 so this is not a regression so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-15 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-15 17:40 [Bug c++/13061] New: internal compiler error: Segmentation fault ron_hylton at hotmail dot com
2003-11-15 17:42 ` [Bug c++/13061] " ron_hylton at hotmail dot com
2003-11-15 17:44 ` ron_hylton at hotmail dot com
2003-11-15 19:29 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).