Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / debug / 20031231-1.c
blobfa20260b50eaf4ad9d389bf8948ee1004638a4a6
1 /* { dg-do compile } */
3 /* We used to fail because GCC didn't expect always inline to be inlined at
4 -O0. */
5 typedef union tree_node *tree;
6 typedef struct c_pretty_print_info c_pretty_printer;
9 void pp_c_string_literal (c_pretty_printer *, tree);
12 static __inline__ __attribute__((always_inline)) void
13 pp_c_shift_expression (c_pretty_printer *pp, tree e)
17 static void
18 pp_c_relational_expression (c_pretty_printer *pp, tree e)
20 pp_c_shift_expression (pp, e);