1 /* Test for -Wtraditional warnings on switch operands of type long.
2 Note, gcc should omit these warnings in system header files.
3 By Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 8/22/2000. */
4 /* { dg-do compile } */
5 /* { dg-options "-Wtraditional" } */
11 switch (l
) /* { dg-warning "switch expression" "switch expression" } */
18 /* We are in system headers now, no -Wtraditional warnings should issue. */