* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-4.c
blob3600c7ca1c75bef3740d4e1ce60d35e5c095777c
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 void __GIMPLE () foo ()
6 int a;
7 char b;
8 a = (int) b;
9 return;