Thanks Dominique and Andreas for reporting this issue. Dominique Dhumieres wrote: > The test gfortran.dg/finalize_10.f90 fails in 32 bit mode [...] > The following patch fixes it > [...] > > I have tried to weaken the test by not using any target and using a regexp > of the kind "(int|long)", but I did not succeeded. Seemingly, dg-tree-dump-times does not work with regular expressions. I have replaces it by dg-tree-dump + regular expression. Committed as 200003. Tobias