This is the mail archive of the gcc-cvs@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]

r135410 - in /trunk/gcc: fortran/ChangeLog fort...


Author: burnus
Date: Fri May 16 06:52:14 2008
New Revision: 135410

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135410
Log:
2008-05-16  Daniel Kraft  <d@domob.eu>

        * primary.c:  New private structure "gfc_structure_ctor_component".
        (gfc_free_structure_ctor_component):  New helper function.
        (gfc_match_structure_constructor):  Extended largely to support named
        arguments and default initialization for structure constructors.

2008-05-16  Daniel Kraft  <d@domob.eu>

        * gfortran.dg/private_type_6.f90:  Adapted expected error messages.
        * gfortran.dg/structure_constructor_1.f03:  New test.
        * gfortran.dg/structure_constructor_2.f03:  New test.
        * gfortran.dg/structure_constructor_3.f03:  New test.
        * gfortran.dg/structure_constructor_4.f03:  New test.
        * gfortran.dg/structure_constructor_5.f03:  New test.
        * gfortran.dg/structure_constructor_6.f03:  New test.
        * gfortran.dg/structure_constructor_7.f03:  New test.
        * gfortran.dg/structure_constructor_8.f03:  New test.
        * gfortran.dg/structure_constructor_9.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_1.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_2.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_3.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_4.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_5.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_6.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_7.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_8.f03
    trunk/gcc/testsuite/gfortran.dg/structure_constructor_9.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/primary.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/private_type_6.f90


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