re GNATS gcj/310 (illegal type "long" accepted for "switch" expression)
From PR gcj/310: * libjava.compile/PR310.java: New file. * libjava.compile/PR310.xfail: New file. From-SVN: r35596
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class PR310
|
||||
{
|
||||
void m (long l)
|
||||
{
|
||||
switch (l)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user