public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9559: [3.4 regression] ICE with invalid initialization of a static const member
@ 2003-02-03 23:52 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-02-03 23:52 UTC (permalink / raw)
  To: dv, gcc-bugs, gcc-prs, nobody

Old Synopsis: ICE at the definition of a static const member
New Synopsis: [3.4 regression] ICE with invalid initialization of a static const member

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Feb  3 23:52:54 2003
State-Changed-Why:
    Confirmed. A shorter testcase is
    -----------------
    struct A {
        static const int size = BOGUS;
    };
    const int A::size;
    ----------------------
    tmp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
    x.cc:2: error: `BOGUS' was not declared in this scope
    x.cc:4: internal compiler error: Segmentation fault
    
    It's a mainline regression, 3.3 just gives a reasonable
    error.
    
    W.

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


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

* Re: c++/9559: [3.4 regression] ICE with invalid initialization of a static const member
@ 2003-05-01 20:56 Giovanni Bajo
  0 siblings, 0 replies; 2+ messages in thread
From: Giovanni Bajo @ 2003-05-01 20:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/9559; it has been noted by GNATS.

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<gcc-bugs@gcc.gnu.org>,
	<nobody@gcc.gnu.org>,
	<dv@vollmann.ch>,
	<gcc-prs@gcc.gnu.org>
Cc:  
Subject: Re: c++/9559: [3.4 regression] ICE with invalid initialization of a static const member
Date: Thu, 1 May 2003 21:03:53 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9559
 
 With 3.3 CVS 20030421 and 3.4 CVS 20030430 I get an ICE on the minimal
 snippet. I will update the synopsis to reflect the regression on the 3.3
 branch as well (3.2 does not ICE).
 
 Giovanni Bajo
 


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

end of thread, other threads:[~2003-05-01 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-03 23:52 c++/9559: [3.4 regression] ICE with invalid initialization of a static const member bangerth
2003-05-01 20:56 Giovanni Bajo

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