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/38936] F2003: ASSOCIATE construct / improved SELECT TYPE (a=>expr)


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

--- Comment #17 from Daniel Kraft <domob at gcc dot gnu.org> 2010-10-12 13:30:57 UTC ---
Author: domob
Date: Tue Oct 12 13:30:53 2010
New Revision: 165378

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165378
Log:
2010-10-12  Daniel Kraft  <d@domob.eu>

    PR fortran/38936
    * parse.c (parse_associate): Set typespec of associate-name if that of
    the target is already available.

2010-10-12  Daniel Kraft  <d@domob.eu>

    PR fortran/38936
    * gfortran.dg/associate_1.f03: More tests with derived-types.
    * gfortran.dg/associate_9.f03: New test (XFAIL for now).
    * gfortran.dg/associate_8.f03: Fix typo.
    * gfortran.dg/initialization_27.f90: Fix typo.

Added:
    trunk/gcc/testsuite/gfortran.dg/associate_9.f03
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/parse.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/associate_1.f03
    trunk/gcc/testsuite/gfortran.dg/associate_8.f03
    trunk/gcc/testsuite/gfortran.dg/initialization_27.f90


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