* gcc.target/sh/pr54236-6.c: Use -fno-tree-forwprop.

From-SVN: r274590
This commit is contained in:
Jeff Law 2019-08-16 15:51:13 -06:00 committed by Jeff Law
parent a98b732181
commit 1ccd703591
2 changed files with 5 additions and 1 deletions

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

View 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 } } */