]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR rtl-optimization/51374
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Feb 2012 12:46:39 +0000 (12:46 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Feb 2012 12:46:39 +0000 (12:46 +0000)
* gcc.target/avr/torture/pr51374-1.c:
Also fail if SBIS is seen.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183798 138bc75d-0d04-0410-961f-82ee72b054a4

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