1 /* PR middle-end/68582 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wunused-function" } */
5 /* We failed to give the warning for functions with TREE_THIS_VOLATILE set. */
8 fn1 (void) /* { dg-warning "defined but not used" } */
13 __attribute__ ((noreturn
))
15 fn2 (void) /* { dg-warning "defined but not used" } */
20 __attribute__ ((volatile))
22 fn3 (void) /* { dg-warning "defined but not used" } */