Commit 3c32ae1c by Tom Tromey Committed by Tom Tromey

* libjava.compile/pr8955.java: New test, for PR java/8955.

From-SVN: r60764
parent faa75e89
2003-01-01 Tom Tromey <tromey@redhat.com>
* libjava.compile/pr8955.java: New test, for PR java/8955.
2002-12-19 Tom Tromey <tromey@redhat.com>
* libjava.jacks/jacks.xfail: Updated.
......
public class pr8955
{
static final int val = Integer.MIN_VALUE;
void foo()
{
switch(1) {
case val:
break;
case 1:
break;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment