This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java/5902: Gcj fails to parse float


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]