[Bug tree-optimization/22373] loop linear produces type mis-match
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 5 04:47:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-05 04:47 -------
Confirmed, -O1 -ftree-loop-linear is needed to reproduce the bug.
The full error:
t.c: In function 'foo':
t.c:3: error: statement types mismatch
lletmp.33D.1335_13 = 0;
unsigned intD.3
intD.0
t.c:3: error: statement types mismatch
lletmp.37D.1339_6 = 0;
unsigned intD.3
intD.0
t.c:3: error: statement types mismatch
lbvtmp.41D.1343_47 = 0;
unsigned intD.3
intD.0
t.c:3: error: statement types mismatch
lbvtmp.39D.1341_41 = 0;
unsigned intD.3
intD.0
t.c:3: error: statement types mismatch
lbvtmp.40D.1342_44 = 0;
unsigned intD.3
intD.0
t.c:3: error: statement types mismatch
lletmp.34D.1336_26 = 0;
unsigned intD.3
intD.0
t.c:3: error: statement types mismatch
lbvtmp.38D.1340_38 = 0;
unsigned intD.3
intD.0
t.c:3: error: statement types mismatch
lletmp.36D.1338_5 = 0;
unsigned intD.3
intD.0
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-08-05 04:47:54
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22373
More information about the Gcc-bugs
mailing list