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 alecsandru.patrascu
Recipients alecsandru.patrascu, brett.cannon, scoder, skip.montanaro
Date 2015-08-23.15:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440342042.14.0.0581059942758.issue24915@psf.upfronthosting.co.za>
In-reply-to
Content
The patches are tested on Linux machines, with GNU GCC >4.8.3. From your output I see that you are using the CLANG compiler. CLANG uses a different set of flags for PGO that are not compatible with GCC's, therefore the compilation will fail. Can you please use the GNU GCC compiler to test the patches?
History
Date User Action Args
2015-08-23 15:00:42alecsandru.patrascusetrecipients: + alecsandru.patrascu, skip.montanaro, brett.cannon, scoder
2015-08-23 15:00:42alecsandru.patrascusetmessageid: <1440342042.14.0.0581059942758.issue24915@psf.upfronthosting.co.za>
2015-08-23 15:00:42alecsandru.patrasculinkissue24915 messages
2015-08-23 15:00:42alecsandru.patrascucreate