------- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-14 15:42 -------
Confirmed, short testcase:
int f(void)
{
int i = -1;
int a[10];
int *b = &a[2];
return &a[i]>=b;
}
int main(void)
{
if (f())
abort();
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2005-11-14 15:42:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24851