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 Marco Sulla
Recipients Marco Sulla, vstinner, xtreak
Date 2020-02-23.22:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582496836.26.0.984627483986.issue39697@roundup.psfhosted.org>
In-reply-to
Content
I think in this case the error is more trivial: simply `Programs/_testembed.c` is compiled with g++ but it should be compiled with gcc.

Indeed, there are much gcc-only options in the compilation of `Programs/_testembed.c`, and g++ complains about them:

> cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
> cc1plus: warning: command line option ‘-std=c99’ is valid for C/ObjC but not for C++
History
Date User Action Args
2020-02-23 22:27:16Marco Sullasetrecipients: + Marco Sulla, vstinner, xtreak
2020-02-23 22:27:16Marco Sullasetmessageid: <1582496836.26.0.984627483986.issue39697@roundup.psfhosted.org>
2020-02-23 22:27:16Marco Sullalinkissue39697 messages
2020-02-23 22:27:16Marco Sullacreate