public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Martin Sebor <msebor@gmail.com>
To: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: [committed] remove xfail from attr-nonstring-3.c
Date: Sat, 19 Jan 2019 00:57:00 -0000	[thread overview]
Message-ID: <81994583-77ce-ad1a-50e3-f9c3c21c1460@gmail.com> (raw)

The test started passing with the fix for bug 88693 (r267852).
I've just removed the xfail via r268090  (copied below).  As
the original shows, the failure had been misdiagnosed and
mislabeled as due to the still unresolved bug 86688.

Martin

Index: gcc/testsuite/c-c++-common/attr-nonstring-3.c
===================================================================
--- gcc/testsuite/c-c++-common/attr-nonstring-3.c	(revision 268086)
+++ gcc/testsuite/c-c++-common/attr-nonstring-3.c	(working copy)
@@ -406,7 +406,7 @@ void test_strlen (struct MemArrays *p, char *s NON
    {
      char a[] __attribute__ ((nonstring)) = { 1, 2, 3 };

-    T (strlen (a));             /* { dg-warning "argument 1 declared 
attribute .nonstring." "pr86688" { xfail *-*-* } } */
+    T (strlen (a));             /* { dg-warning "argument 1 declared 
attribute .nonstring." } */
    }

    {

                 reply	other threads:[~2019-01-19  0:57 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=81994583-77ce-ad1a-50e3-f9c3c21c1460@gmail.com \
    --to=msebor@gmail.com \
    --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).