Christian Heimes added the comment: GCC complains about the patch:
/home/heimes/dev/python/cpython/Modules/_xxtestfuzz/fuzzer.c: In function ‘LLVMFuzzerTestOneInput’: /home/heimes/dev/python/cpython/Modules/_xxtestfuzz/fuzzer.c:109:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _Py_FUZZ_YES(fuzz_builtin_float) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/heimes/dev/python/cpython/Modules/_xxtestfuzz/fuzzer.c:109:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] /home/heimes/dev/python/cpython/Modules/_xxtestfuzz/fuzzer.c:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _Py_FUZZ_YES(fuzz_builtin_int) ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/heimes/dev/python/cpython/Modules/_xxtestfuzz/fuzzer.c:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] /home/heimes/dev/python/cpython/Modules/_xxtestfuzz/fuzzer.c:115:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _Py_FUZZ_YES(fuzz_builtin_unicode) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/heimes/dev/python/cpython/Modules/_xxtestfuzz/fuzzer.c:115:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29505> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com