This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/47195] [4.6 regression] New Fortran test failures


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.daniel@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.daniel@gmail.com>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]