2018-01-10 Richard Biener <rguenther@suse.de>
PR testsuite/78768
* gcc.dg/pr78768.c: Un-XFAIL.
From-SVN: r256430
+2018-01-10 Richard Biener <rguenther@suse.de>
+
+ PR testsuite/78768
+ * gcc.dg/pr78768.c: Un-XFAIL.
+
2018-01-10 Richard Biener <rguenther@suse.de>
PR debug/82425
{
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;
}