cunroll-13.c: Add missing cast from literal to int32.

2018-11-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

	* gcc.dg/tree-ssa/cunroll-13.c: Add missing cast from literal to int32.

From-SVN: r265723
This commit is contained in:
Jozef Lawrynowicz 2018-11-01 17:02:48 +00:00 committed by Jozef Lawrynowicz
parent 6d912664f4
commit 14408ada00
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2018-11-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* gcc.dg/tree-ssa/cunroll-13.c: Add missing cast from literal to int32.
2018-11-30 Jan Hubicka <jh@suse.cz>
* g++.dg/lto/pr84805_1.C: Update template.

View file

@ -29,7 +29,7 @@ bb_3:
return;
bb_4:
_1 = _2 + 1;
_1 = _2 + _Literal (i32) 1;
a_6(D)->a[i_19] = _1;
i_8 = i_19 + _Literal (i32) 1;
if (i_8 <= _Literal (i32) 123455)