This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/13175] ICE in eliminate_extraneous_phis, at tree-ssa.c:1720


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-11-26 02:42 -------
Here's a reduced testcase that triggers the bug (just compile with "gcc -O"):

=================================================
int foo(int i)
{
    const char *p = "x";

    return __extension__ ({ i ?: i; }) && p[1];
}
=================================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-26 02:42:47
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13175


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]