]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/decl.c
[multiple changes]
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 15 Mar 2007 06:44:25 +0000 (06:44 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 15 Mar 2007 06:44:25 +0000 (06:44 +0000)
commit36d3fb4cfe1c79915ed747b54f6a1aa2a471a833
tree5cb4c73baa1e5f429a60e96974501d4c438fcd54
parent23dd73839f0024c837c3304f46c2b90c4645e9a2
[multiple changes]

2007-03-15  Tobias Burnus  <burnus@gcc.gnu.org>
    Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30922
* decl.c (gfc_match_import): If the parent of the current name-
space is null, try looking for an imported symbol in the parent
of the proc_name interface.
* resolve.c (resolve_fl_variable): Do not check for blocking of
host association by a same symbol, if the symbol is in an
interface body.

2007-03-15  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30879
* decl.c (match_data_constant): Before going on to try to match
a name, try to match a structure component.

PR fortran/30870
* resolve.c (resolve_actual_arglist): Do not reject a generic
actual argument if it has a same name specific interface.

PR fortran/31163
* trans-array.c (parse_interface): Do not nullify allocatable
components if the symbol has the saved attribute.

2007-03-15  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30922
* gfortran.dg/import5.f90.f90: New test.

PR fortran/30879
* gfortran.dg/data_components_1.f90: New test.

PR fortran/30870
* gfortran.dg/generic_13.f90: New test.

PR fortran/31163
* gfortran.dg/alloc_comp_basics_5.f90: New test.

From-SVN: r122944
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/resolve.c
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/alloc_comp_basics_5.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/data_components_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/generic_13.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/import5.f90 [new file with mode: 0644]
This page took 0.064187 seconds and 5 git commands to generate.