[RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basic block...
[official-gcc.git] / gcc / testsuite / gcc.dg / pr63626.c
blob1f0381822c14ecbe0f7afcd8024803d370778261
1 /* PR c/63626 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 /* Test that we don't output the warning twice. */
7 inline int foo (void); /* { dg-bogus "inline function.*inline function" } */
8 /* { dg-warning "inline function .foo. declared but never defined" "" { target *-*-* } 7 } */