Commit 60798ef2 by Tom Tromey Committed by Tom Tromey

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
parent 253b6b82
2000-08-09 Tom Tromey <tromey@cygnus.com>
From PR gcj/310:
* libjava.compile/PR310.java: New file.
* libjava.compile/PR310.xfail: New file.
2000-07-30 Anthony Green <green@redhat.com> 2000-07-30 Anthony Green <green@redhat.com>
* libjava.compile/PR295.java: New file. * libjava.compile/PR295.java: New file.
......
public class PR310
{
void m (long l)
{
switch (l)
{
}
}
}
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