[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug middle-end/34992] compiler produces wrong code when optimizing




------- Comment #7 from pinskia at gcc dot gnu dot org  2008-01-28 01:18 -------
(In reply to comment #6)
> Am I wrong, here ? 

Semi, what is happening is the values for std::less<double> is being stored in
the fpr register and that is really a 80bit register and not a 64bit fp
register.  -mpc64 is another "fix" for the issue, but that only exists on the
trunk.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34992

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Reply to: