public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-10025] [testsuite] [aarch64] Require fpic effective target.
@ 2024-04-18 11:15 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2024-04-18 11:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:df92df0c19f7783519a392f7ac7d4e617250c328

commit r14-10025-gdf92df0c19f7783519a392f7ac7d4e617250c328
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Apr 18 08:01:32 2024 -0300

    [testsuite] [aarch64] Require fpic effective target.
    
    Co-authored-by: Olivier Hainque <hainque@adacore.com>
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/aarch64/pr94201.c: Add missing
            dg-require-effective-target fpic.
            * gcc.target/aarch64/pr103085.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/pr103085.c | 1 +
 gcc/testsuite/gcc.target/aarch64/pr94201.c  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.target/aarch64/pr103085.c b/gcc/testsuite/gcc.target/aarch64/pr103085.c
index dbc9c15b71f..347280ed42b 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr103085.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr103085.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fstack-protector-strong -fPIC" } */
+/* { dg-require-effective-target fpic } */
 
 void g(int*);
 void
diff --git a/gcc/testsuite/gcc.target/aarch64/pr94201.c b/gcc/testsuite/gcc.target/aarch64/pr94201.c
index 69176169186..3b9b79059e0 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr94201.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr94201.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-mcmodel=tiny -mabi=ilp32 -fPIC" } */
+/* { dg-require-effective-target fpic } */
 
 extern int bar (void *);
 extern long long a;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-18 11:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 11:15 [gcc r14-10025] [testsuite] [aarch64] Require fpic effective target Alexandre Oliva

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).