-
- Downloads
primary.c: New private structure "gfc_structure_ctor_component".
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. From-SVN: r135410
Showing
- gcc/fortran/ChangeLog 7 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/primary.c 206 additions, 41 deletionsgcc/fortran/primary.c
- gcc/testsuite/ChangeLog 13 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/private_type_6.f90 2 additions, 2 deletionsgcc/testsuite/gfortran.dg/private_type_6.f90
- gcc/testsuite/gfortran.dg/structure_constructor_1.f03 74 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_1.f03
- gcc/testsuite/gfortran.dg/structure_constructor_2.f03 29 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_2.f03
- gcc/testsuite/gfortran.dg/structure_constructor_3.f03 18 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_3.f03
- gcc/testsuite/gfortran.dg/structure_constructor_4.f03 19 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_4.f03
- gcc/testsuite/gfortran.dg/structure_constructor_5.f03 38 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_5.f03
- gcc/testsuite/gfortran.dg/structure_constructor_6.f03 20 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_6.f03
- gcc/testsuite/gfortran.dg/structure_constructor_7.f03 18 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_7.f03
- gcc/testsuite/gfortran.dg/structure_constructor_8.f03 61 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_8.f03
- gcc/testsuite/gfortran.dg/structure_constructor_9.f90 27 additions, 0 deletionsgcc/testsuite/gfortran.dg/structure_constructor_9.f90
Loading
Please register or sign in to comment