------- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-30 16:07 -------
Confirmed, but it looks unrelated to that PR but rather a change from SCEV
might had caused this.
Reduced testcase:
void f(void) __attribute__ ((noreturn));
int g(void);
void code_comment (void)
{
int size = g();
for (int i = 0; i < size; i++)
{
int n = i;
if (n)
{
if (n < 0)
if (n < 0)
f ();
}
}
}
-------
Janis,
Could you do a regression hunt for this one?
Thanks,
Andrew
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |janis at gcc dot gnu dot org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-08-30 16:07:52
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28905