]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[testsuite] [sparc] skip sparc-ret-1 with -mfix-ut699
authorAlexandre Oliva <oliva@adacore.com>
Fri, 7 Feb 2025 07:12:52 +0000 (04:12 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Fri, 7 Feb 2025 07:12:52 +0000 (04:12 -0300)
Option -mfix-ut699 changes the set of instructions that can be placed
in the delay slot, preventing the expected insn placement.  Skip the
test if the option is present.

for  gcc/testsuite/ChangeLog

* gcc.target/sparc/sparc-ret-1.c: Skip on -mfix-ut699.

gcc/testsuite/gcc.target/sparc/sparc-ret-1.c

index 808e8a98f0e89efdc9eea6c77bf3251934acd8bf..ef459c5016e96c1311c69b49955e36eb932d7384 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-skip-if "no register windows" { *-*-* } { "-mflat" } { "" } } */
+/* { dg-skip-if "prevents expected asm" { *-*-* } { "-mfix-ut699" } { "" } } */
 /* { dg-require-effective-target ilp32 } */
 /* { dg-options "-mcpu=ultrasparc -O" } */