2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr40340-3.c
blob5ef09e073d8e44729c7984a2d97d9c0f5eb1a0d0
1 /* PR middle-end/40340 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -Wall -Wno-system-headers" } */
5 #define TEST2
6 #include "pr40340.h"
8 int
9 main (void)
11 test2 ();
12 return 0;
15 /* { dg-bogus "will always overflow destination buffer" "" { target *-*-* } 10 } */