public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9916: [3.2 regression] ICE with noreturn function in ?: statement
@ 2003-04-25 20:03 jbuck
  0 siblings, 0 replies; 2+ messages in thread
From: jbuck @ 2003-04-25 20:03 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, sobe

Synopsis: [3.2 regression] ICE with noreturn function in ?: statement

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

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


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

* Re: c++/9916: [3.2 regression] ICE with noreturn function in ?: statement
@ 2003-03-03 14:36 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-03-03 14:36 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, sobe

Old Synopsis: internal compiler error with gcc 3.2.2
New Synopsis: [3.2 regression] ICE with noreturn function in ?: statement

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Mar  3 14:36:50 2003
State-Changed-Why:
    Confirmed. This is the following problem:
    ---------------------
    void no_return () __attribute__((__noreturn__));
    int i
     = (true ? 0 : (no_return(), 0));
    -------------------------------
    It is fixed in 3.3 and 3.4, though, so will probably not
    be fixed for 3.2.x. I keep it open until we decide to
    abandon the 3.2 branch, since it is a regression (didn't
    ICE with 3.0).
    
    W.

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


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

end of thread, other threads:[~2003-04-25 20:03 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:03 c++/9916: [3.2 regression] ICE with noreturn function in ?: statement jbuck
  -- strict thread matches above, loose matches on Subject: below --
2003-03-03 14:36 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).