Hi Thomas, On 01.04.23 10:42, Thomas Schwinge wrote: > ... I see FAIL for x86_64-pc-linux-gnu '-m32' (thus, host, not > offloading), '-O0' (only): > [...] > FAIL: libgomp.fortran/loop-transforms/unroll-1.f90 -O0 execution test [...] > FAIL: libgomp.fortran/loop-transforms/unroll-simd-1.f90 -O0 execution test Thank you for reporting the failures! They are caused by mistakes in the test code, not the implementation. I have attached a patch which fixes the failures. I have been able to reproduce the failures with -m32. With the patch they went away, even with 100 of repeated test executions ;-). Best regards, Frederik