Commit 2450ddbb by Tom Tromey Committed by Tom Tromey

re GNATS gcj/55 (jc1 dies on implicit String conversion)

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

From-SVN: r29714
parent e5ecd4ea
1999-09-29 Tom Tromey <tromey@cygnus.com>
* libjava.lang/PR55.out: New file.
* libjava.lang/PR55.java: New file.
1999-08-25 Tom Tromey <tromey@cygnus.com>
* libjava.toshiba/G19990304_01.out: New file.
......
public class PR55 {
// This demonstrates a bug in gcj
public static void main(String[] argv){
int i = 666;
System.out.println("The number "+i+" is "+ (""+i).length() +" digits wide");
}
}
The number 666 is 3 digits wide
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