]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/sh/pr54236-6.c: Use -fno-tree-forwprop.
authorJeff Law <law@redhat.com>
Fri, 16 Aug 2019 21:51:13 +0000 (15:51 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 16 Aug 2019 21:51:13 +0000 (15:51 -0600)
From-SVN: r274590

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sh/pr54236-6.c

index b9a752cedff135792b474a3f9e0a26396b57937f..408897e47f48bb82f8c70fbace2f98dee4daad1c 100644 (file)
@@ -1,3 +1,7 @@
+2019-08-16  Jeff Law  <law@redhat.com>
+
+       * gcc.target/sh/pr54236-6.c: Use -fno-tree-forwprop.
+
 2019-08-16  Martin Sebor  <msebor@redhat.com>
 
        * gcc.dg/struct-ret-1.c: Enable on all targets.
index cc477927d2a1d2c1fa69623a861746102444e5df..93bfeb36951ff9dfaccaadb59a1d533069749e59 100644 (file)
@@ -9,7 +9,7 @@
 */
 
 /* { dg-do compile }  */
-/* { dg-options "-O2" }  */
+/* { dg-options "-O2 -fno-tree-forwprop" }  */
 
 /* { dg-final { scan-assembler-times {tst      #1,r0} 1 } }  */
 /* { dg-final { scan-assembler-times {subc     r} 1 } }  */