http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-25 11:11:18 UTC --- (In reply to comment #1) > I confirm that on x86_64-apple-darwin10 from > gcc version 4.6.0 20100723 (experimental) [trunk revision 162456] (GCC) up to > now, gfortran gives the following errors Hmm, it also works for me (on x86_64-unknown-linux-gnu) with 4.6.3 20111212 [gcc-4_6-branch revision 182222] 4.6.3 20120121 [gcc-4_6-branch revision 183121] I tried running gfortran through valgrind (4.7 and 4.6) but that only shows memory leakage. As it does not fail for me, I cannot debug it, sorry.