]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cunroll-13.c: Add missing cast from literal to int32.
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Thu, 1 Nov 2018 17:02:48 +0000 (17:02 +0000)
committerJozef Lawrynowicz <jozefl@gcc.gnu.org>
Thu, 1 Nov 2018 17:02:48 +0000 (17:02 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/cunroll-13.c

index 4e778e48ef99157ee0fe0d06389216553a55c4a4..8ac78052a156d0a0f06f34d1772aaa40540687e5 100644 (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.
index baac6b493ea8ee22a4d7898cf0e62a51a05798d2..096380ab5aa989d4575f1eca5614391d128eb48c 100644 (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)