When compiled with the -m32 option the test fails one assertion in x86_64-linux builds: FAIL: gcc.dg/Wstringop-overflow-17.c (test for warnings, line 8) Also seen on i586-unknown-freebsd11.3: https://gcc.gnu.org/ml/gcc-testresults/2019-11/msg01258.html and pru-unknown-elf: https://gcc.gnu.org/ml/gcc-testresults/2019-11/msg01241.html
g:8817bd75802d3ae47c54ec4fe99103308353d4ed was committed to avoid the same failures on x86_64 that had cropped up since this bug was had been raised and it seems to take care of the -m32 problem as well. In my local builds on x86_64-linux the test passes both with and without -m32.