]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xfail gnat.dg/trampoline3.adb scan-assembler-not check on hppa*-*-*
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 1 Feb 2024 18:57:15 +0000 (18:57 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 1 Feb 2024 18:57:15 +0000 (18:57 +0000)
We still require an executable stack for trampolines on hppa*-*-*.

2024-02-01  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gnat.dg/trampoline3.adb: xfail scan-assembler-not
check on hppa*-*-*.

gcc/testsuite/gnat.dg/trampoline3.adb

index 280576624524c18600594eaa1791fc6993ad3e0d..10b6e5d4a41820a476f2aeb2f6a61b5304601bb5 100644 (file)
@@ -19,4 +19,4 @@ begin
   I := P(0);
 end;
 
--- { dg-final { scan-assembler-not "GNU-stack.*x" } }
+-- { dg-final { scan-assembler-not "GNU-stack.*x" { xfail hppa*-*-* } } }