public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/8] aarch64: testsuite: Fix test failures with --enable-default-pie or --enable-default-ssp
@ 2023-03-01 18:07 Xi Ruoyao
  2023-03-01 18:07 ` [PATCH 1/8] aarch64: testsuite: disable PIE for aapcs64 tests [PR70150] Xi Ruoyao
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Xi Ruoyao @ 2023-03-01 18:07 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Sandiford, Xi Ruoyao

Hi,

This patch series fixes a lot of test failures with --enable-default-pie
or --enable-default-ssp for AArch64 target.  Only test files are changed
to disable PIE or SSP to satisify the expectation of the developer who
programmed the test.

Bootstrapped and regtested on aarch64-linux-gnu.  Ok for trunk?

Xi Ruoyao (8):
  aarch64: testsuite: disable PIE for aapcs64 tests [PR70150]
  aarch64: testsuite: disable PIE for tests with large code model
    [PR70150]
  aarch64: testsuite: disable PIE for fuse_adrp_add_1.c [PR70150]
  aarch64: testsuite: disable stack protector for sve-pcs tests
  aarch64: testsuite: disable stack protector for pr103147-10 tests
  aarch64: testsuite: disable stack protector for auto-init-7.c
  aarch64: testsuite: disable stack protector for pr104005.c
  aarch64: testsuite: disable stack protector for tests relying on stack
    offset

 gcc/testsuite/g++.target/aarch64/pr103147-10.C             | 2 +-
 gcc/testsuite/gcc.dg/tls/pr78796.c                         | 2 +-
 gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp       | 2 +-
 gcc/testsuite/gcc.target/aarch64/auto-init-7.c             | 2 +-
 gcc/testsuite/gcc.target/aarch64/fuse_adrp_add_1.c         | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr103147-10.c             | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr104005.c                | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr63304_1.c               | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr70120-2.c               | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr78733.c                 | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr79041-2.c               | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr94530.c                 | 2 +-
 gcc/testsuite/gcc.target/aarch64/pr94577.c                 | 2 +-
 gcc/testsuite/gcc.target/aarch64/reload-valid-spoff.c      | 2 +-
 gcc/testsuite/gcc.target/aarch64/shrink_wrap_1.c           | 2 +-
 gcc/testsuite/gcc.target/aarch64/stack-check-cfa-1.c       | 2 +-
 gcc/testsuite/gcc.target/aarch64/stack-check-cfa-2.c       | 2 +-
 .../gcc.target/aarch64/sve/pcs/aarch64-sve-pcs.exp         | 7 ++++---
 gcc/testsuite/gcc.target/aarch64/test_frame_17.c           | 2 +-
 19 files changed, 22 insertions(+), 21 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-03-07  7:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 18:07 [PATCH 0/8] aarch64: testsuite: Fix test failures with --enable-default-pie or --enable-default-ssp Xi Ruoyao
2023-03-01 18:07 ` [PATCH 1/8] aarch64: testsuite: disable PIE for aapcs64 tests [PR70150] Xi Ruoyao
2023-03-01 18:07 ` [PATCH 2/8] aarch64: testsuite: disable PIE for tests with large code model [PR70150] Xi Ruoyao
2023-03-01 18:07 ` [PATCH 3/8] aarch64: testsuite: disable PIE for fuse_adrp_add_1.c [PR70150] Xi Ruoyao
2023-03-01 18:07 ` [PATCH 4/8] aarch64: testsuite: disable stack protector for sve-pcs tests Xi Ruoyao
2023-03-01 18:07 ` [PATCH 5/8] aarch64: testsuite: disable stack protector for pr103147-10 tests Xi Ruoyao
2023-03-01 18:07 ` [PATCH 6/8] aarch64: testsuite: disable stack protector for auto-init-7.c Xi Ruoyao
2023-03-01 18:07 ` [PATCH 7/8] aarch64: testsuite: disable stack protector for pr104005.c Xi Ruoyao
2023-03-01 18:07 ` [PATCH 8/8] aarch64: testsuite: disable stack protector for tests relying on stack offset Xi Ruoyao
2023-03-02 10:26 ` [PATCH 0/8] aarch64: testsuite: Fix test failures with --enable-default-pie or --enable-default-ssp Richard Sandiford
2023-03-07  7:43   ` Pushed: " Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).