Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / pr17913.c
blob30654a395d6f5939d3ae78cca36ef76bacf9014f
1 /* Test for computed jump into cond_expr: bug 17913. */
2 void f (void)
3 {
4 void *p = &&a;
5 1 ? 1 : ({ a : 1; });
6 goto *p;