Bug#561685: gcj-jdk: class PrintStream method printf doesn't print floats

2009-12-29 Thread Matthias Klose
tags 561685 + upstream tags 561685 + wontfix thanks not forwarding this myself to gcj/classpath. please report this yourself upstream. On 19.12.2009 13:17, Peter T. Breuer wrote: Package: gcj-jdk Version: 4:4.4.2-2 Severity: normal This test program class Test { public static void main

Bug#561685: gcj-jdk: class PrintStream method printf doesn't print floats

2009-12-19 Thread Peter T. Breuer
Package: gcj-jdk Version: 4:4.4.2-2 Severity: normal This test program class Test { public static void main(String argv[]) { Object args[] = { new Float(0.0001), }; System.err.printf("%f\n", args); } } produces no output when compiled with gcj (gcj Test.j