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:54 -------
Here's a version without extensions:

=================================
void foo(int i)
{
    const char *p = "x";
    i = i ?: i;
    i && p[1];
}
=================================


-- 


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]