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 mark.dickinson
Recipients
Date 2007-08-23.04:15:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Also works for me on a PowerPC mac (OS X 10.4.10/G4), with gcc4.2 from macports:  compiles successfully and all tests pass.  This should fix bug 1450807.

What happens with earlier versions of OS X?   It looks as though the -Wno-long-double flag was added just to suppress warnings, so nothing dire should happen if it's removed.  Might the -no-cpp-precomp still be required
for 10.2 or earlier?

 Would it make sense to remove these two flags only for 10.3 and above, or only when using non Apple-supplied gcc?  Or to test for existence of the -no-cpp-precomp flag?
History
Date User Action Args
2007-08-23 15:59:53adminlinkissue1779871 messages
2007-08-23 15:59:53admincreate