public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Christophe Lyon <christophe.lyon@linaro.org>
To: gcc Patches <gcc-patches@gcc.gnu.org>
Subject: [committed][testsuite][aarch64] type_redef_11.c: Update expected diagnostics.
Date: Fri, 06 Dec 2019 10:56:00 -0000	[thread overview]
Message-ID: <CAKdteOZtBUF9zYphYuDYdj0jfaG94+Ws_6FKpNoA89htxfFf+w@mail.gmail.com> (raw)

Hi,

After the fix for PR c/36941 and PR c/88827 (r278976), this test emits
a different error message and needs an update.

I've committed this as r279039.

Christophe

2019-12-06  Christophe Lyon  <christophe.lyon@linaro.org>

        PR c/36941
        PR c/88827
        * gcc.target/aarch64/sve/acle/general-c/type_redef_11.c: Update
        expected diagnostics.

Index: gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/type_redef_11.c
===================================================================
--- gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/type_redef_11.c
(revision 279038)
+++ gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/type_redef_11.c
(revision 279039)
@@ -8,5 +8,5 @@
 void
 f (svint8x2_t *a, struct svint8x2_t *b)
 {
-  *a = *b; /* { dg-error {dereferencing pointer to incomplete type} } */
+  *a = *b; /* { dg-error {invalid use of undefined type} } */
 }

                 reply	other threads:[~2019-12-06 10:56 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=CAKdteOZtBUF9zYphYuDYdj0jfaG94+Ws_6FKpNoA89htxfFf+w@mail.gmail.com \
    --to=christophe.lyon@linaro.org \
    --cc=gcc-patches@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).