Test 8 (Internal offsets and code size) in 10.44 fails on a 32-bit platform. This happens because newly introduced parameter Memory allocation - compiled block depends on the size of the pcre2_real_code struct but it contains pointers which are 4-byte on 32-bit platforms and 8-byte on 64-bit:
Test 8 (Internal offsets and code size) in 10.44 fails on a 32-bit platform. This happens because newly introduced parameter Memory allocation - compiled block depends on the size of the pcre2_real_code struct but it contains pointers which are 4-byte on 32-bit platforms and 8-byte on 64-bit:
Excerpt of test output (diff size is always 24):