This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: java/5902: Gcj fails to parse float
- From: Eric Blake <ebb9 at email dot byu dot edu>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, ebb9 at email dot byu dot edu, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, java-prs at gcc dot gnu dot org
- Date: Sun, 10 Mar 2002 18:13:00 -0700
- Subject: Re: java/5902: Gcj fails to parse float
- Organization: BYU Student
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