On Sun, 21 Sep 2025, Thomas Koenig via Gcc wrote: > > > FAIL: gfortran.dg/matmul_blas_4.f90 -O compilation terminated at line 5 > > > (test for errors, line ) > > > > That's a failure of dg-error, not dg-messsage (which would have said > > "test for warnings"). > > > > Hm, that's as may be. > > Any ideas how to fix this?
Well, grepping the testsuite for "compilation terminated" turned up this: { dg-prune-output "compilation terminated" } HTH, Maciej