This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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/6391: Constant float to int conversions don't use ieee_real_to_integer when compiled to byte-code


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


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