* gcc.target/arm/pr42093.c: Use "-fno-reorder-blocks".
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 5 Jul 2011 17:16:17 +0000 (17:16 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 5 Jul 2011 17:16:17 +0000 (17:16 +0000)
From-SVN: r175877

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr42093.c

index e1fafc822b36dc7e5ea035374873c63ac468d73f..31297628029605dc4ee371e03182aac9ce89cfdf 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-05  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.target/arm/pr42093.c: Use "-fno-reorder-blocks".
+
 2011-07-05  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/rtti/anon-ns1.C: Allow for null-termination.
index 5d43982bf1c85fde2d780c0dbd126d03f807716a..7ba2f933eef81272f3c5f6d09ad36d397ac7df81 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-mthumb -O2" }  */
+/* { dg-options "-mthumb -O2 -fno-reorder-blocks" }  */
 /* { dg-require-effective-target arm_thumb2_ok } */
 /* { dg-final { scan-assembler-not "tbb" } } */
 /* { dg-final { scan-assembler-not "tbh" } } */