Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / Wimplicit-fallthrough-37.c
blob644003af47d4748e74ee39eface32f68a2c20359
1 /* PR c++/87068 */
2 /* { dg-do compile } */
4 void
5 f (int n)
7 switch (n)
9 case 4:
10 ++n;
11 __attribute__((fallthrough)); /* { dg-warning "not preceding" } */