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 blastwave
Recipients blastwave
Date 2021-07-30.23:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627688868.52.0.444945703099.issue44789@roundup.psfhosted.org>
In-reply-to
Content
With release 3.9.6 I see failures in compile on three
system architectures and with three compilers. I did
check with GCC 10.2.1 ( Debian 10.2.1-6 ) on IBM Power and
also with FreeBSD UNIX LLVM/Clang 12.0.1 on AMD64 and also
with Oracle Studio C99 strict in Solaris UNIX on Fujitsu
SPARC64 wherein we see a consistent fail within the source :

    Parser/pegen/pegen.c

This is due to a standards compliance failure as per section
6.10.3 Macro replacement. Please see constraints item 4.

This fails to compile on Solaris 10 UNIX, FreeBSD 14.0 AMD64 
and on Debian Linux. 


-- 
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional
History
Date User Action Args
2021-07-30 23:47:48blastwavesetrecipients: + blastwave
2021-07-30 23:47:48blastwavesetmessageid: <1627688868.52.0.444945703099.issue44789@roundup.psfhosted.org>
2021-07-30 23:47:48blastwavelinkissue44789 messages
2021-07-30 23:47:48blastwavecreate