Applied.

Richard.

2018-01-10  Richard Biener  <rguent...@suse.de>

        PR testsuite/78768
        * gcc.dg/pr78768.c: Un-XFAIL.

Index: gcc/testsuite/gcc.dg/pr78768.c
===================================================================
--- gcc/testsuite/gcc.dg/pr78768.c      (revision 256428)
+++ gcc/testsuite/gcc.dg/pr78768.c      (working copy)
@@ -9,7 +9,7 @@ int main (void)
 {
   char *d = (char *)__builtin_alloca (12);  /* { dg-warning "argument to 
.alloca. is too large" } */
 
-  __builtin_sprintf (d, "%32s", "x");   /* { dg-warning "directive writing 32 
bytes into a region of size 12" "-Wformat-overflow" { xfail *-*-* } } */
+  __builtin_sprintf (d, "%32s", "x");   /* { dg-warning "directive writing 32 
bytes into a region of size 12" "-Wformat-overflow" } */
 
   return 0;
 }

Reply via email to