OSDN Git Service

* gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
[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