Commit fc589541 by Tom Tromey Committed by Tom Tromey

For PR java/8676:

	* libjava.lang/pr8676.java: New file.
	* libjava.lang/pr8676.out: New file.

From-SVN: r59379
parent cfc814d4
2002-11-21 Tom Tromey <tromey@redhat.com>
For PR java/8676:
* libjava.lang/pr8676.java: New file.
* libjava.lang/pr8676.out: New file.
2002-11-21 Ulrich Weigand <uweigand@de.ibm.com> 2002-11-21 Ulrich Weigand <uweigand@de.ibm.com>
* libjava.loader/loader.exp (gcj_loader_test_one): Fix typo in * libjava.loader/loader.exp (gcj_loader_test_one): Fix typo in
......
public class pr8676 {
// The problem here was that this function couldn't be compiled to
// bytecode.
private void f(long j) {
boolean x = (1 << j) != 0;
}
public static void main(String[] args)
{
}
}
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