OSDN Git Service

2009-10-16 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wlarger-than2.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wlarger-than=8" } */
3 static void foo (void) 
4 {
5   char buf[9]; /* { dg-warning "size of.*9 bytes" } */
6 }
7