c++/9916: [3.2 regression] ICE with noreturn function in ?: statement

bangerth@dealii.org bangerth@dealii.org
Mon Mar 3 14:36:00 GMT 2003


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



More information about the Gcc-prs mailing list