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/62125] Nested select type not accepted (rejects valid)


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

--- Comment #10 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Fri Jul 15 19:58:55 2016
New Revision: 238400

URL: https://gcc.gnu.org/viewcvs?rev=238400&root=gcc&view=rev
Log:
2016-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
            Marco Restelli <mrestelli@gmail.com>

        PR fortran/62125
        * symbol.c (select_type_insert_tmp): Recursively call self to take care
        of nested select type.

        * gfortran.dg/pr62125.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr62125.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/symbol.c
    trunk/gcc/testsuite/ChangeLog

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