diff mbox

[SH,committed] PR 53513 - Fix test case failure

Message ID 1417994662.19509.49.camel@yam-132-YW-E178-FTW
State New
Headers show

Commit Message

Oleg Endo Dec. 7, 2014, 11:24 p.m. UTC
Hi,

After the changes regarding the FPSCR handling, some SH test cases
started to fail.  This fixes one of them.  Tested with
make -k check-gcc RUNTESTFLAGS="sh.exp --target_board=sh-sim\{-m4/-ml}"
to verify that the test case passes again.  Committed as r218472.

Cheers,
Oleg

gcc/testsuite/ChangeLog
	PR target/53513
	* gcc.target/sh/pr54602-4.c: Fix matching of rte-nop sequence.
diff mbox

Patch

Index: gcc/testsuite/gcc.target/sh/pr54602-4.c
===================================================================
--- gcc/testsuite/gcc.target/sh/pr54602-4.c	(revision 218468)
+++ gcc/testsuite/gcc.target/sh/pr54602-4.c	(working copy)
@@ -4,7 +4,7 @@ 
 /* { 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);