From: gjl Date: Wed, 1 Feb 2012 12:46:39 +0000 (+0000) Subject: PR rtl-optimization/51374 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3db026ea804acd79606f34aa79908396d919fe2a;p=thirdparty%2Fgcc.git PR rtl-optimization/51374 * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 18a727699471..8179fc7924a3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,7 +1,13 @@ 2012-02-01 Georg-Johann Lay 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 + + PR rtl-optimization/51374 + * gcc.target/avr/torture/pr51374-1.c: New. 2012-01-31 Tobias Burnus diff --git a/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c b/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c index b31d17363cdf..9c98ea5f8e03 100644 --- a/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c +++ b/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c @@ -12,3 +12,4 @@ void vector_18 (void) } /* { dg-final { scan-assembler-not "\tsbic " } } */ +/* { dg-final { scan-assembler-not "\tsbis " } } */