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 jyasskin
Recipients jyasskin, mark.dickinson, ronaldoussoren
Date 2007-08-23.20:52:33
SpamBayes Score 0.6242927
Marked as misclassified No
Message-id <1187902354.06.0.528343653401.issue1779871@psf.upfronthosting.co.za>
In-reply-to
Content
In http://gcc.gnu.org/ml/gcc/2005-12/msg00368.html, Mike Stump
<mrs@apple.com> said "This flag [-no-cpp-precomp] should be removed from
the compile, it hasn't been needed in a long while (since gcc-3.1)."
which was released in 2002.

I'm happy to remove -mno-fused-madd if you say it's unnecessary.

Ronald, do you mean "Removing that option [-Wno-long-double] seems to be
harmless"? Keeping it harms compiles with non-apple gcc's, but I could
add it to a block like -mno-fused-madd.
History
Date User Action Args
2007-08-23 20:52:34jyasskinsetspambayes_score: 0.624293 -> 0.6242927
recipients: + jyasskin, ronaldoussoren, mark.dickinson
2007-08-23 20:52:34jyasskinsetspambayes_score: 0.624293 -> 0.624293
messageid: <1187902354.06.0.528343653401.issue1779871@psf.upfronthosting.co.za>
2007-08-23 20:52:34jyasskinlinkissue1779871 messages
2007-08-23 20:52:33jyasskincreate