------- Comment #6 from dfranke at gcc dot gnu dot org 2007-07-07 19:07 ------- Salvatore, could you please recheck this one? I can not observe any problems, neither on dt_bnd.f90 nor on the reduced testcase.
$> gfortran-svn -g -fbounds-check dt_bnd.f90 && ./a.out [snipped output] $> valgrind --tool=memcheck --leak-check=full a.out [...] ==12425== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 7 from 1) ==12425== malloc/free: in use at exit: 0 bytes in 0 blocks. ==12425== malloc/free: 24 allocs, 24 frees, 44,703 bytes allocated. $> gfortran-svn -v gcc version 4.3.0 20070705 (experimental) The same holds for: $> gfortran-4.2 -v gcc version 4.2.1 20070620 (prerelease) -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29804