* gcc.dg/tree-ssa/cunroll-13.c: Add missing cast from literal to int32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265723
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
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)