[Bug tree-optimization/21293] [4.0 Regression] ICE in set_value_handle
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Apr 30 01:29:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 01:29 -------
Reduced even further:
struct {
double x[1];
} g;
void k( double *, double*);
void h(int Tmp8)
{
int i;
for(i = 1;i <= Tmp8;i++)
k(&g.x[ + -1],&g.x[ Tmp8 + -1]);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2005-04-30 01:10:30 |2005-04-30 01:29:38
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21293
More information about the Gcc-bugs
mailing list