java/5902: Gcj fails to parse float
Eric Blake
ebb9@email.byu.edu
Sun Mar 10 17:13:00 GMT 2002
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5902
While patching this, I uncovered another case of failed literal parsing.
I'm working on a fix for both parse errors.
class Foo
{
public static void main(String[] args)
{
System.out.println("" + 0x1instanceof String);
}
}
The program is valid (it should parse as "0x1" "instanceof"), and should
output "true".
--
This signature intentionally left boring.
Eric Blake ebb9@email.byu.edu
BYU student, free software programmer
More information about the Gcc-bugs
mailing list