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
* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr21356.c
blob
b072b5165188287c907f6fc7a24524920103021f
1
int
a
;
2
void
*
p
;
3
4
void
foo
(
void
)
5
{
6
switch
(
a
)
7
{
8
a0
:
case
0
:
p
= &&
a1
;
9
a1
:
case
1
:
p
= &&
a2
;
10
a2
:
default
:
p
= &&
a1
;
11
}
12
goto
*
p
;
13
}