public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5571: crash in initialization of a static variable
@ 2002-04-06 11:44 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2002-04-06 11:44 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mmitchel, nobody, reichelt

Synopsis: crash in initialization of a static variable

Responsible-Changed-From-To: unassigned->mmitchel
Responsible-Changed-By: mmitchel
Responsible-Changed-When: Sat Apr  6 11:44:00 2002
Responsible-Changed-Why:
    I will work on a fix.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5571


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

* Re: c++/5571: crash in initialization of a static variable
@ 2002-04-06 22:11 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2002-04-06 22:11 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mmitchel, reichelt

Synopsis: crash in initialization of a static variable

State-Changed-From-To: open->closed
State-Changed-By: mmitchel
State-Changed-When: Sat Apr  6 22:11:02 2002
State-Changed-Why:
    Fixed in GCC 3.1.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5571


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

* c++/5571: crash in initialization of a static variable
@ 2002-02-01  7:46 reichelt
  0 siblings, 0 replies; 3+ messages in thread
From: reichelt @ 2002-02-01  7:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5571
>Category:       c++
>Synopsis:       crash in initialization of a static variable
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 01 07:46:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Reichelt
>Release:        gcc version 3.1 20020128 (experimental)
>Organization:
>Environment:
mips-sgi-irix6.5
>Description:
The following line of code produce an ICE when compiled
with optimization:

template <class T> struct A {};

struct B
{
    static A<int> a;
    void f() { a; }
};

A<int> B::a = A<int>();

The error message is:

bug.cpp: In function `void 
   __static_initialization_and_destruction_0(int, int)':
bug.cpp:9: Internal compiler error in simplify_gen_subreg, at 
   simplify-rtx.c:2687
Please submit a full bug report, [...]

Remarks:
* The example used to crash without optimization
producing a different error message (see PR 4909).
* It does not crash on i686-pc-linux-gnu.
>How-To-Repeat:
g++ -O -c bug.cpp
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-04-07  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-06 11:44 c++/5571: crash in initialization of a static variable mmitchel
  -- strict thread matches above, loose matches on Subject: below --
2002-04-06 22:11 mmitchel
2002-02-01  7:46 reichelt

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).