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/55763] Issues with some simpler CLASS(*) programs


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

--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> 2012-12-21 14:29:40 UTC ---
Author: pault
Date: Fri Dec 21 14:29:34 2012
New Revision: 194663

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194663
Log:
2012-12-21  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/55763
    * match.c (select_type_set_tmp): Return is a derived type or
    class typespec has no derived type.
    * resolve.c (resolve_fl_var_and_proc): Exclude select type
    temporaries from 'pointer'.
    (resolve_symbol): Exclude select type temporaries from tests
    for assumed size and assumed rank.

2012-12-21  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/55763
    * gfortran.dg/unlimited_polymorphic_4.f03: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_4.f03
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/resolve.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]