Hi! On Wed, Aug 09, 2023 at 08:14:14PM +0200, Jakub Jelinek via Gcc-patches wrote: > Jakub Jelinek (12): > expr: Small optimization [PR102989] > lto-streamer-in: Adjust assert [PR102989] > phiopt: Fix phiopt ICE on vops [PR102989] > Middle-end _BitInt support [PR102989] > _BitInt lowering support [PR102989] > i386: Enable _BitInt on x86-64 [PR102989] > ubsan: _BitInt -fsanitize=undefined support [PR102989] > libgcc: Generated tables for _BitInt <-> _Decimal* conversions [PR102989] > libgcc _BitInt support [PR102989] > C _BitInt support [PR102989] > testsuite part 1 for _BitInt support [PR102989] > testsuite part 2 for _BitInt support [PR102989]
+ C _BitInt incremental fixes [PR102989] I'd like to ping this patch series. First 3 patches are committed, the rest awaits patch review. Joseph, could I ask now at least for an overall design review of the C patches (8-10,13) whether its interfaces with middle-end are ok, so that Richi can review the middle-end parts? Thanks. Jakub