* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git] / gcc / testsuite / gcc.dg / Waddress.c
blob146b1a932df21122a81d8bdc1cfa11eadb46f99a
1 /* PR c/36299 */
2 /* { dg-do compile } */
3 /* { dg-options "-Waddress" } */
5 int
6 foo(void)
8 char a[1];
9 return a == 0;