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]

[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


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