1 /* PR tree-optimization/83559 - -Wsuggest-attribute=const conflicts with
2 -Wattributes warning about const attribute on function returning void
3 { dg-do compile { target nonpic } }
4 { dg-options "-O2 -Wsuggest-attribute=pure" } */
8 int f_i_v (void) /* { dg-warning "candidate for attribute .pure." } */
13 int f_i () /* { dg-warning "candidate for attribute .pure." } */
18 void f_v_v (void) /* { dg-bogus "candidate" } */
22 void f_v () /* { dg-bogus "candidate" } */