URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17913.c] - Rev 12
Compare with Previous | Blame | View Log
/* Test for computed jump into cond_expr: bug 17913. */ void f (void) { void *p = &&a; 1 ? 1 : ({ a : 1; }); goto *p; }