[Bug classpath/32809] Several printf format flags are unhandled by java.util.Formatter

2013-07-31 Thread erik.brangs at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32809 Erik Brangs changed: What|Removed |Added CC||erik.brangs at gmx dot de --- Comment #5 fr

[Bug classpath/32809] Several printf format flags are unhandled by java.util.Formatter

2009-12-29 Thread ptb at inv dot it dot uc3m dot es
--- Comment #4 from ptb at inv dot it dot uc3m dot es 2009-12-30 01:23 --- Also %x does an unwanted sign-extension to long from int. class Test { public static void main(String argv[]) { System.out.printf("%x\n", new Integer(0x8000)); } } % gcj -Wall Test.java --mai

[Bug classpath/32809] Several printf format flags are unhandled by java.util.Formatter

2009-07-22 Thread mkl at pengutronix dot de
-- mkl at pengutronix dot de changed: What|Removed |Added CC||mkl at pengutronix dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=328

[Bug classpath/32809] Several printf format flags are unhandled by java.util.Formatter

2008-06-15 Thread gnu_andrew at member dot fsf dot org
--- Comment #3 from gnu_andrew at member dot fsf dot org 2008-06-15 22:19 --- *** Bug 36434 has been marked as a duplicate of this bug. *** -- gnu_andrew at member dot fsf dot org changed: What|Removed |Added --