On Sun, Feb 8, 2026 at 1:50 PM Dimitar Dimitrov <[email protected]> wrote: > > This test fails on 32-bit targets: > ..../gcc/gcc/testsuite/g++.dg/analyzer/ice-pr116228.C:3:7: error: 'operator > new' takes type 'size_t' ('unsigned int') as first parameter [-fpermissive] > > Fix by using proper __SIZE_TYPE__ type.
It fails on any LLP64 target, also, such as x86_64-w64-mingw32. Your fix fixes the test for that target also, so thanks!
