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 dmalcolm
Recipients Michael.Blume, dmalcolm, loewis
Date 2010-07-06.21:57:30
SpamBayes Score 0.004084698
Marked as misclassified No
Message-id <1278453452.24.0.172162511327.issue9163@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the info.  The final optimization option passed to gcc is the "-O3", so the build was done with optimization.

It's not going to be possible to determine if and when gdb will be able to work in an optimized build across all different compilers and configurations.  Issue 8605 has a patch to skip test_gdb if optimization was present in the compilation flags, and I think we should apply it.
History
Date User Action Args
2010-07-06 21:57:32dmalcolmsetrecipients: + dmalcolm, loewis, Michael.Blume
2010-07-06 21:57:32dmalcolmsetmessageid: <1278453452.24.0.172162511327.issue9163@psf.upfronthosting.co.za>
2010-07-06 21:57:30dmalcolmlinkissue9163 messages
2010-07-06 21:57:30dmalcolmcreate