Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / cet-notrack-4b.c
blob68226b7d0da4e082e5bd8cb5503a7987c855e326
1 /* { dg-do compile } */
2 /* { dg-options "-O -fcf-protection" } */
4 int var1 __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */
5 int *var2 __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */
6 void (**var3) (void) __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */