------- Comment #21 from burnus at gcc dot gnu dot org 2006-12-03 21:50 ------- > Do you think that the error in gfortran.dg/interface_1.f90 is correct? > I have fix for the above that also stops the doubling of the error > message. However, it breaks interface_1.f90 because there is no > refernce to the generic interface 'ambiguous' and so, no error.
See the explanation of Richard Main in http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/44aa13e0102ec83d interface_1.f90 *is* invalid. (Which is not detected by sunf95 and NAG f95, by the way; it is detected by ifort.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29975