public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Franथईois-Xavier Coudert" <fxcoudert@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6062] testsuite: mark tests that require alias
Date: Sun, 19 Dec 2021 14:34:06 +0000 (GMT)	[thread overview]
Message-ID: <20211219143406.4B4B13858C60@sourceware.org> (raw)

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

commit r12-6062-gba64166bf81b6eaa6e12e1aab786f22f6605401f
Author: Francois-Xavier Coudert <fxcoudert@gmail.com>
Date:   Sun Dec 19 12:23:32 2021 +0100

    testsuite: mark tests that require alias
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/pr100509.c: Needs alias.
            * gcc.dg/pragma-diag-10.c: Needs alias.

Diff:
---
 gcc/testsuite/gcc.dg/pr100509.c       | 1 +
 gcc/testsuite/gcc.dg/pragma-diag-10.c | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr100509.c b/gcc/testsuite/gcc.dg/pr100509.c
index 9405e2a27df..38e7002ae02 100644
--- a/gcc/testsuite/gcc.dg/pr100509.c
+++ b/gcc/testsuite/gcc.dg/pr100509.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O" } */
+/* { dg-require-alias "" } */
 
 struct X {
   int a;
diff --git a/gcc/testsuite/gcc.dg/pragma-diag-10.c b/gcc/testsuite/gcc.dg/pragma-diag-10.c
index 127b299939a..a1637bea26b 100644
--- a/gcc/testsuite/gcc.dg/pragma-diag-10.c
+++ b/gcc/testsuite/gcc.dg/pragma-diag-10.c
@@ -1,7 +1,8 @@
 /* PR middle-end/98512 - #pragma GCC diagnostic ignored ineffective
    in conjunction with alias attribute
    { dg-do compile }
-   { dg-options "-O2 -Wall" } */
+   { dg-options "-O2 -Wall" }
+   { dg-require-alias "" } */
 
 void *
 __rawmemchr_ppc (const void *s, int c)


                 reply	other threads:[~2021-12-19 14:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20211219143406.4B4B13858C60@sourceware.org \
    --to=fxcoudert@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).