------- 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