PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / attr-nocf-check-2.c
blob9ab01804782a340d286f91c6528eb4728f3545e9
1 /* { dg-do compile } */
3 int var1 __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */
4 int *var2 __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */
5 void (**var3) (void) __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */