java/6391: Constant float to int conversions don't use ieee_real_to_integer when compiled to byte-code

tromey@gcc.gnu.org tromey@gcc.gnu.org
Sat May 11 17:44:00 GMT 2002


Synopsis: Constant float to int conversions don't use ieee_real_to_integer when compiled to byte-code

State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Sat May 11 17:44:36 2002
State-Changed-Why:
    I looked at this a bit today.
    The problem is that fold_convert() isn't using java semantics.
    We need some way to tell it about this difference between
    C and Java.
    I'm not exactly sure what how that should happen; I'll ask.

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



More information about the Gcc-bugs mailing list