[Bug libfortran/22046] matmul_1.f90 testsuite failure
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-15 13:01 --- This was the result of another patch that I had been trying. I had regenerated the source file, but with the wrong timestamp (so it wasn't recompiled, and the object file was still around, out of sync). Re
[Bug libfortran/22046] matmul_1.f90 testsuite failure
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-13 14:52 --- Reduced testcase: program matmul_1 integer, parameter:: N = 5 integer, parameter:: T = 4 real(kind=T), dimension(:,:), allocatable