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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920428-3.c
blob
13640c98ad2d9ffb6e8e0d39821d5bdd8ce01522
1
#ifndef NO_LABEL_VALUES
2
x
(
a
){
static void
*
j
[]={&&
l1
,&&
l2
};
goto
*
j
[
a
];
l1
:
return
0
;
l2
:
return
1
;}
3
#else
4
main
(){
exit
(
0
); }
5
#endif