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/6388: Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc


Synopsis: Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Wed Jun 12 10:06:04 2002
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Wed Jun 12 10:06:04 2002
State-Changed-Why:
    The lexer assumes that HOST_WIDE_INT is 32 bits,
    leading to problems on PPC Linux, where it is 64 bits.
    I wrote a first hacky patch, but it needs a rewrite.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6388


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