This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/22373] loop linear produces type mis-match


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]