http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47195

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-06 
20:17:24 UTC ---
That's the following patch. The third failure is for the file added by the
committal.

gcc/fortran/:
2011-01-06  Daniel Franke  <franke.dan...@gmail.com>

    PR fortran/33117
    PR fortran/46478
    * parse.c (parse_interface): Remove check for procedure types.
    * interface.c (check_interface0): Verify that procedures are
    either all SUBROUTINEs or all FUNCTIONs.

gcc/testsuite/:
2011-01-06  Daniel Franke  <franke.dan...@gmail.com>

    PR fortran/33117
    PR fortran/46478
    * gfortran.dg/interface_33.f90: New test.

Reply via email to