public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18386] New: ICE in  __static_initialization_and_destruction_0
@ 2004-11-09  0:33 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-09  0:35 ` [Bug c++/18386] " James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-11-09  0:33 UTC (permalink / raw)
  To: gcc-bugs

Recent CVS:

$ uname -a
CYGWIN_NT-5.1 jmckelvey-xp 1.5.11(0.116/4/2) 2004-09-04 23:17 i686 unknown unkno
wn Cygwin


$ g++ -v
Reading specs from /usr/local/lib/gcc/i686-pc-cygwin/4.0.0/specs
Configured with: /cygdrive/c/jimdata/home/cvsroot/gcc/configure --verbose --ena
le-threads --with-gnu-as --with-gnu-ld --disable-nls --enable-languages=c++
Thread model: posix
gcc version 4.0.0 20041108 (experimental)

g++ -save-temps -c -g -fno-elide-constructors -pedantic-errors -Werror -ansi -
no-common -fstrict-aliasing -Wall -Wold-style-cast -Wsign-promo -Wpointer-arith
-Wconversion -Wundef -Wwrite-strings -Winvalid-pch -Woverloaded-virtual -Wcast-
ual -Wextra -MMD -fimplicit-templates -o ClearRetainEnum.o ClearRetainEnum.cc
learRetainEnum.cc: In function 'void __static_initialization_and_destruction_0(
nt, int)':
learRetainEnum.cc:54: internal compiler error: Segmentation fault
lease submit a full bug report,
ith preprocessed source if appropriate.
ee <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE in  __static_initialization_and_destruction_0
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
                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=18386


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

* [Bug c++/18386] ICE in  __static_initialization_and_destruction_0
  2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-11-09  0:35 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-09  0:57 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-11-09  0:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-11-09 00:34 -------
Created an attachment (id=7494)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7494&action=view)
Preprocessed source


-- 


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


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

* [Bug c++/18386] ICE in  __static_initialization_and_destruction_0
  2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-09  0:35 ` [Bug c++/18386] " James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-11-09  0:57 ` pinskia at gcc dot gnu dot org
  2004-11-09 20:09 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-09  0:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-09 00:57 -------
I cannot reproduce this on a cross to i686-pc-linux.

-- 


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


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

* [Bug c++/18386] ICE in  __static_initialization_and_destruction_0
  2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-09  0:35 ` [Bug c++/18386] " James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-09  0:57 ` pinskia at gcc dot gnu dot org
@ 2004-11-09 20:09 ` pinskia at gcc dot gnu dot org
  2004-12-05 23:45 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-09 20:09 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug c++/18386] ICE in  __static_initialization_and_destruction_0
  2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 preceding siblings ...)
  2004-11-09 20:09 ` pinskia at gcc dot gnu dot org
@ 2004-12-05 23:45 ` pinskia at gcc dot gnu dot org
  2004-12-07 18:55 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-05 23:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-05 23:45 -------
Does this work now?

-- 


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


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

* [Bug c++/18386] ICE in  __static_initialization_and_destruction_0
  2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (3 preceding siblings ...)
  2004-12-05 23:45 ` pinskia at gcc dot gnu dot org
@ 2004-12-07 18:55 ` pinskia at gcc dot gnu dot org
  2004-12-10  1:07 ` mckelvey at maskull dot com
  2004-12-10  1:08 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-07 18:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug c++/18386] ICE in  __static_initialization_and_destruction_0
  2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (4 preceding siblings ...)
  2004-12-07 18:55 ` pinskia at gcc dot gnu dot org
@ 2004-12-10  1:07 ` mckelvey at maskull dot com
  2004-12-10  1:08 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mckelvey at maskull dot com @ 2004-12-10  1:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mckelvey at maskull dot com  2004-12-10 01:07 -------
I tried it this afternoon, and everything built fine. Thanks!


-- 


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


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

* [Bug c++/18386] ICE in  __static_initialization_and_destruction_0
  2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (5 preceding siblings ...)
  2004-12-10  1:07 ` mckelvey at maskull dot com
@ 2004-12-10  1:08 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-10  1:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10 01:08 -------
So closing as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-12-10  1:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-09  0:33 [Bug c++/18386] New: ICE in __static_initialization_and_destruction_0 James dot W dot Mckelvey at jpl dot nasa dot gov
2004-11-09  0:35 ` [Bug c++/18386] " James dot W dot Mckelvey at jpl dot nasa dot gov
2004-11-09  0:57 ` pinskia at gcc dot gnu dot org
2004-11-09 20:09 ` pinskia at gcc dot gnu dot org
2004-12-05 23:45 ` pinskia at gcc dot gnu dot org
2004-12-07 18:55 ` pinskia at gcc dot gnu dot org
2004-12-10  1:07 ` mckelvey at maskull dot com
2004-12-10  1:08 ` 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).