-
- Downloads
gfortran.h (gfc_find_component): Add new arguments.
2008-08-25 Daniel Kraft <d@domob.eu> * gfortran.h (gfc_find_component): Add new arguments. * parse.c (parse_derived_contains): Check if the derived-type containing the CONTAINS section is SEQUENCE/BIND(C). * resolve.c (resolve_typebound_procedure): Check for name collision with components. (resolve_fl_derived): Check for name collision with inherited type-bound procedures. * symbol.c (gfc_find_component): New arguments `noaccess' and `silent'. (gfc_add_component): Adapt for new arguments. * primary.c (match_varspec), (gfc_match_structure_constructor): Ditto. 2008-08-25 Daniel Kraft <d@domob.eu> * gfortran.dg/extends_7.f03: New test. * gfortran.dg/typebound_proc_7.f03: New test. * gfortran.dg/typebound_proc_8.f03: New test. From-SVN: r139566
Showing
- gcc/fortran/ChangeLog 13 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/gfortran.h 1 addition, 1 deletiongcc/fortran/gfortran.h
- gcc/fortran/parse.c 12 additions, 1 deletiongcc/fortran/parse.c
- gcc/fortran/primary.c 8 additions, 6 deletionsgcc/fortran/primary.c
- gcc/fortran/resolve.c 33 additions, 0 deletionsgcc/fortran/resolve.c
- gcc/fortran/symbol.c 15 additions, 10 deletionsgcc/fortran/symbol.c
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/extends_7.f03 25 additions, 0 deletionsgcc/testsuite/gfortran.dg/extends_7.f03
- gcc/testsuite/gfortran.dg/typebound_proc_7.f03 34 additions, 0 deletionsgcc/testsuite/gfortran.dg/typebound_proc_7.f03
- gcc/testsuite/gfortran.dg/typebound_proc_8.f03 39 additions, 0 deletionsgcc/testsuite/gfortran.dg/typebound_proc_8.f03
Loading
Please register or sign in to comment