re PR rtl-optimization/51374 ([avr] insn combine reorders volatile memory accesses)
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 1 Feb 2012 12:46:39 +0000 (12:46 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Wed, 1 Feb 2012 12:46:39 +0000 (12:46 +0000)
PR rtl-optimization/51374
* gcc.target/avr/torture/pr51374-1.c:
Also fail if SBIS is seen.

From-SVN: r183798

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/avr/torture/pr51374-1.c

index 18a727699471c21d9762622884731bcd25ec30b7..8179fc7924a334ad34482d57d5f0977b0119bc3b 100644 (file)
@@ -1,7 +1,13 @@
 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
 
        PR rtl-optimization/51374
-       * testsuite/gcc.target/avr/torture/pr51374-1.c: New.
+       * gcc.target/avr/torture/pr51374-1.c:
+       Also fail if SBIS is seen.
+
+2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR rtl-optimization/51374
+       * gcc.target/avr/torture/pr51374-1.c: New.
 
 2012-01-31  Tobias Burnus  <burnus@net-b.de>
 
index b31d17363cdfd67103c72869fe6e1c8ccb249949..9c98ea5f8e036dec26460e995ee8368846278fa2 100644 (file)
@@ -12,3 +12,4 @@ void vector_18 (void)
 }
 
 /* { dg-final { scan-assembler-not "\tsbic " } } */
+/* { dg-final { scan-assembler-not "\tsbis " } } */