This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients eric.araujo, jkloth, loewis, skrah, trent
Date 2012-09-24.12:50:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348491032.52.0.320482850529.issue15963@psf.upfronthosting.co.za>
In-reply-to
Content
I'm glad I found this. Without the long incantation _decimal is
seriously miscompiled on SPARC/Solaris 10/Sun Studio 12.3. I was
using just ...

  ./configure --without-gcc CFLAGS=-m64 LDFLAGS=-m64

..., and that seems to trigger an optimizer bug that produces
different output for _mpd_div_words_r() when called with exactly
the same input at different locations.


The line that Trent gave appears to work.
History
Date User Action Args
2012-09-24 12:50:32skrahsetrecipients: + skrah, loewis, jkloth, trent, eric.araujo
2012-09-24 12:50:32skrahsetmessageid: <1348491032.52.0.320482850529.issue15963@psf.upfronthosting.co.za>
2012-09-24 12:50:32skrahlinkissue15963 messages
2012-09-24 12:50:31skrahcreate