[Bug libgcj/4485] DecimalFormat not spec compliant

gccbugz at k1k2 dot com gcc-bugzilla@gcc.gnu.org
Mon Aug 18 01:00:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4485



------- Additional Comments From gccbugz at k1k2 dot com  2003-08-18 01:00 -------
The following throws an exception coz it doesn't like the '%'
But, of course, it is valid

import java.text.*;
class fail {
public static void main(String[] args) {
DecimalFormat df = new DecimalFormat("##0.00%"); } }



More information about the Gcc-bugs mailing list