repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.compile
/
pr8955.java
blob
ae78f503f9c431cd03c93eaeae27d5b001b0f69d
1
public class
pr8955
2
{
3
static final int
val
=
Integer
.
MIN_VALUE
;
4
void
foo
()
5
{
6
switch
(
1
) {
7
case
val
:
8
break
;
9
case
1
:
10
break
;
11
}
12
}
13
}