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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920624-1.c
blob
8b4d2979d26793c780b8f553b08efecc6cb5a452
1
int
B
[],
Q
[];
2
f
(){
int
s
;
for
(
s
=
0
;
s
<=
1
;
s
++)
switch
(
s
){
case
2
:
case
3
:++
B
[
s
];
case
4
:
case
5
:++
Q
[
s
];}}