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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue