mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
xfail gnat.dg/trampoline3.adb scan-assembler-not check on hppa*-*-*
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*-*-*.
This commit is contained in:
parent
f26094751e
commit
d71c7f107a
@ -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*-*-* } } }
|
||||
|
Loading…
Reference in New Issue
Block a user