On Mon, Aug 21, 2023 at 8:25 AM Jakub Jelinek via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > 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?
On a related note, does it make sense to add this as a C++ front-end as an Extension too? I noticed clang supports it for C++. Thanks, Andrew > > Thanks. > > Jakub >