attr-nonstring-3.c: Remove an xfail.

gcc/testsuite/ChangeLog:

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

From-SVN: r268090
This commit is contained in:
Martin Sebor 2019-01-19 00:46:56 +00:00 committed by Martin Sebor
parent 03795aa0ba
commit 1f7c5604c8
2 changed files with 5 additions and 1 deletions

View 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

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