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]

Re: optimization/4231


Turns out this is because gcc stores maxgrade in memory as a 64-bit
double, then loads it again, so that
    maxgrade=grade
no longer implies
    maxgrade==grade

On the other hand, the optimizer might be expected to solve this.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4231&database=gcc


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