[Bug tree-optimization/21234] ICE with -ftree-vectorize in convert_move at expr.c:367
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Apr 26 13:34:00 GMT 2005
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-26 13:33 -------
Confirmed.
Reduced testcase that crashes with -O -ftree-vectorize -march=pentium4:
================================
int foo(int j)
{
int i, a[4];
for (i = 0; i < 4; i++)
a[i] = j << 1;
return a[0];
}
================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |monitored
Last reconfirmed|0000-00-00 00:00:00 |2005-04-26 13:33:58
date| |
Summary|ICE in convert_move at |ICE with -ftree-vectorize in
|expr.c:367 |convert_move at expr.c:367
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21234
More information about the Gcc-bugs
mailing list