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:
John David Anglin 2024-02-01 18:57:15 +00:00
parent f26094751e
commit d71c7f107a

View 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*-*-* } } }