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/80156] [7 Regression] Generic DTIO interface reported missing if public statement preceeds the interface block


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80156

--- Comment #8 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Sat Mar 25 17:38:17 2017
New Revision: 246476

URL: https://gcc.gnu.org/viewcvs?rev=246476&root=gcc&view=rev
Log:
2017-03-25  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/80156
        PR fortran/79382
        * decl.c (access_attr_decl): Remove the error for an absent
        generic DTIO interface and ensure that symbol has the flavor
        FL_PROCEDURE.

2017-03-25  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/80156
        PR fortran/79382
        * gfortran.dg/dtio_23.f90 : Remove the dg-error and add the
        testcase for PR80156. Add a main programme that tests that
        the typebound generic is accessible.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/dtio_23.f90

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