[issue40878] Use c99 on the aixtools bot

Stefan Krah report at bugs.python.org
Mon Jun 15 15:20:33 EDT 2020


Stefan Krah <stefan at bytereef.org> added the comment:

Thanks!

Ha, it turns out that c99_r has excellent C99 compliance. :)

> Variable arguments macro RAISE_SYNTAX_ERROR was invoked with an empty variable argument list.

Totally legit, we should use xlc (at least the front end) more often.


So maybe our code base is not C99 compliant enough and we have to switch back for sanity.



For the _decimal problem at hand, if you give me the compiler identification macro (__xlc__ or something?) I can try the same as for MSVC and use the explicit EXTINLINE definition.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40878>
_______________________________________


More information about the Python-bugs-list mailing list