repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr53695.c
blob
eba0843c4a2fc7cc80dec7867239865bcd02ed9e
1
/* { dg-do compile } */
2
/* { dg-options "-ftracer" } */
3
4
void
5
foo
(
const void
**
p
)
6
{
7
void
*
labs
[] = { &&
l1
, &&
l2
, &&
l3
};
8
l1
:
9
goto
*
p
++;
10
l2
:
11
goto
*
p
;
12
l3
:
13
;
14
}