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)] require et feature pie for PIE tests
Date: Tue, 23 Mar 2021 12:34:00 +0000 (GMT)	[thread overview]
Message-ID: <20210323123400.9BC8C385701F@sourceware.org> (raw)

https://gcc.gnu.org/g:25c9f26ec9a11980e330d9ff73bdda085ca60f99

commit 25c9f26ec9a11980e330d9ff73bdda085ca60f99
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Mar 23 09:28:07 2021 -0300

    require et feature pie for PIE tests
    
    Both of these tests fail on platforms that reject -fPIC/-fPIE
    altogether.
    
    Other tests that perform PIE compilation or linking require the pie
    feature, whether for -fpie/-fPIE compilation or for -pie linking.
    
    This patch adds annotates both tests with the required target feature.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/i386/pr97313.c: Require effective target feature pie.
            * g++.target/i386/pr94185.C: Likewise.

Diff:
---
 gcc/testsuite/g++.target/i386/pr94185.C | 1 +
 gcc/testsuite/gcc.target/i386/pr97313.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gcc/testsuite/g++.target/i386/pr94185.C b/gcc/testsuite/g++.target/i386/pr94185.C
index 2b3f7a1d676..ed3998010ae 100644
--- a/gcc/testsuite/g++.target/i386/pr94185.C
+++ b/gcc/testsuite/g++.target/i386/pr94185.C
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fPIE -fstack-protector-strong" } */
+/* { dg-require-effective-target pie } */
 
 struct a {
   int b;
diff --git a/gcc/testsuite/gcc.target/i386/pr97313.c b/gcc/testsuite/gcc.target/i386/pr97313.c
index ef93cf1cca8..711766b4132 100644
--- a/gcc/testsuite/gcc.target/i386/pr97313.c
+++ b/gcc/testsuite/gcc.target/i386/pr97313.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fPIE" } */
+/* { dg-require-effective-target pie } */
 
 typedef struct {
   int unspecified : 1;


             reply	other threads:[~2021-03-23 12:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-23 12:34 Alexandre Oliva [this message]
2021-03-24  6:29 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=20210323123400.9BC8C385701F@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).