attr-nonstring-3.c: Remove an xfail.
authorMartin Sebor <msebor@redhat.com>
Sat, 19 Jan 2019 00:46:56 +0000 (00:46 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Sat, 19 Jan 2019 00:46:56 +0000 (17:46 -0700)
gcc/testsuite/ChangeLog:

* c-c++-common/attr-nonstring-3.c: Remove an xfail.

From-SVN: r268090

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/attr-nonstring-3.c

index 1c0de25..15abf4c 100644 (file)
@@ -1,3 +1,7 @@
+2019-01-18  Martin Sebor  <msebor@redhat.com>
+
+       * c-c++-common/attr-nonstring-3.c: Remove an xfail.
+
 2019-01-18  Ian Lance Taylor  <iant@golang.org>
 
        * go.go-torture/execute/names-1.go: Stop using debug/xcoff, which
index a2aaf7b..b1eb8b6 100644 (file)
@@ -406,7 +406,7 @@ void test_strlen (struct MemArrays *p, char *s NONSTRING, size_t n)
   {
     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." } */
   }
 
   {