public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9672: [3.2 regression] ICE: Error reporting routines re-entered.
@ 2003-04-25 20:21 jbuck
  0 siblings, 0 replies; 2+ messages in thread
From: jbuck @ 2003-04-25 20:21 UTC (permalink / raw)
  To: 180937, gcc-bugs, gcc-prs, nobody, p.van-hoof

Synopsis: [3.2 regression] ICE: Error reporting routines re-entered.

State-Changed-From-To: analyzed->closed
State-Changed-By: jbuck
State-Changed-When: Fri Apr 25 20:21:33 2003
State-Changed-Why:
    Fixed for 3.3.

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


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

* Re: c++/9672: [3.2 regression] ICE: Error reporting routines re-entered.
@ 2003-02-19  3:38 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-02-19  3:38 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, p.van-hoof

Old Synopsis: Internal compiler error: Error reporting routines re-entered.
New Synopsis: [3.2 regression] ICE: Error reporting routines re-entered.

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Wed Feb 19 03:38:31 2003
State-Changed-Why:
    Confirmed, though only with 3.2.1. It's fixed in 3.4. To
    trigger it, this is an excerpt:
    ------------------------
    struct B {
        ~B();
    };
    
    void foo () {
      switch( 1 ) {
        case 0:	  B i;
        default:	  ;
      }
    }
    ------------------------
    tmp/g> ~/bin/gcc-3.2.1/bin/c++ -c x.cc
    x.cc: In function `void foo()':
    x.cc:8: jump to case label
    x.cc:7:   enters scope of non-POD `B i'
    
    Internal compiler error: Error reporting routines re-entered.
    
    Since this worked with 2.95 (i.e.: it gave an error, instead
    of ICEing), it's a regression of sorts.
    
    W.

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


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

end of thread, other threads:[~2003-04-25 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-25 20:21 c++/9672: [3.2 regression] ICE: Error reporting routines re-entered jbuck
  -- strict thread matches above, loose matches on Subject: below --
2003-02-19  3:38 bangerth

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