On Sat, Jul 27, 2024 at 04:26:07PM -0400, Jason Merrill wrote: > * g++.dg/cpp2a/consteval-prop21.C: New test.
The test fails on 32-bit targets (which don't support __int128 type). Using unsigned long long instead still ICEs before the fix and passes after it on those targets. Tested on x86_64-linux with GXX_TESTSUITE_STDS=98,11,14,17,20,23,26 make check-g++ RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} dg.exp=consteval-prop21.C' and committed to trunk as obvious. Jakub