public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] remove xfail from attr-nonstring-3.c
@ 2019-01-19  0:57 Martin Sebor
  0 siblings, 0 replies; only message in thread
From: Martin Sebor @ 2019-01-19  0:57 UTC (permalink / raw)
  To: gcc-patches

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." } */
    }

    {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-19  0:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-19  0:57 [committed] remove xfail from attr-nonstring-3.c Martin Sebor

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).