Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr58164.c
blob: 5af751e0a219b464007f7d3f625b3ce1c58e79d1 [
file
] [
log
] [
blame
]
/* PR tree-optimization/58164 */
/* { dg-require-effective-target indirect_jumps } */
int
foo
(
void
)
{
int
x
=
0
;
goto
*&
x
;
}