public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/aoliva/heads/testme)] [testsuite] [aarch64] Require fpic effective target.
Date: Wed, 15 Mar 2023 14:05:53 +0000 (GMT)	[thread overview]
Message-ID: <20230315140553.F2D1C385843D@sourceware.org> (raw)

https://gcc.gnu.org/g:051b189304bade84b165ec6141211593bf2d114a

commit 051b189304bade84b165ec6141211593bf2d114a
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Mar 9 04:54:20 2023 -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;

             reply	other threads:[~2023-03-15 14:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-15 14:05 Alexandre Oliva [this message]
2023-03-16 14:22 Alexandre Oliva
2023-03-23  3:47 Alexandre Oliva
2023-03-24  6:25 Alexandre Oliva
2023-03-30 14:07 Alexandre Oliva
2023-04-06  6:34 Alexandre Oliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230315140553.F2D1C385843D@sourceware.org \
    --to=aoliva@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).