[Bug tree-optimization/26781] [4.2 Regression] ICE in tree-ssa-pre.c at create_component_ref_by_piec
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Mar 21 16:13:00 GMT 2006
------- Comment #9 from pinskia at gcc dot gnu dot org 2006-03-21 16:13 -------
And here is a testcase without a simplifing opportunity:
void zconfdump(__SIZE_TYPE__ i)
{
for (;;)
{
char __a0;
__a0 = ("\"\\")[i];
if (__a0)
return;
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26781
More information about the Gcc-bugs
mailing list