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.
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);
 

Reply via email to