* c-c++-common/attr-nonstring-3.c: Remove an xfail.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268090
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
{
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." } */
}
{