gcc/testsuite/
PR target/53513
* gcc.target/sh/pr54602-4.c: Fix matching of rte-nop sequence.
From-SVN: r218472
+2014-12-07 Oleg Endo <olegendo@gcc.gnu.org>
+
+ PR target/53513
+ * gcc.target/sh/pr54602-4.c: Fix matching of rte-nop sequence.
+
2014-12-07 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/64038
/* { dg-do compile } */
/* { dg-options "-O1" } */
/* { dg-skip-if "" { "sh*-*-*" } { "*" } { "-m3*" "-m4*" } } */
-/* { dg-final { scan-assembler-not "nop" } } */
+/* { dg-final { scan-assembler-not "rte\n\tnop" } } */
int test00 (int a, int b);