Commit 1ccd7035 by Jeff Law Committed by Jeff Law

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

From-SVN: r274590
parent a98b7321
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> 2019-08-16 Martin Sebor <msebor@redhat.com>
* gcc.dg/struct-ret-1.c: Enable on all targets. * gcc.dg/struct-ret-1.c: Enable on all targets.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
*/ */
/* { dg-do compile } */ /* { 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 {tst #1,r0} 1 } } */
/* { dg-final { scan-assembler-times {subc r} 1 } } */ /* { dg-final { scan-assembler-times {subc r} 1 } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment