re PR fortran/31204 (wrong host association of implied loop variable)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 15 Apr 2007 15:28:06 +0000 (15:28 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 15 Apr 2007 15:28:06 +0000 (15:28 +0000)
commit9a3db5a366f36a48e6879ed17b9c5dbf87442808
tree998d5a983b982f9cb8acff35d3022b8d994d5cd2
parente3e093eceff3da3fa4aa20745d2e3fb2d3b6e519
re PR fortran/31204 (wrong host association of implied loop variable)

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

PR fortran/31204
* primary.c (check_for_implicit_index): New function to check
that a host associated variable is not an undeclared implied
do loop index.
(gfc_match_rvalue, match_variable): Use it and reset the
implied_index attribute.
* gfortran.h : Add the implied_index field to symbol_attribute.
* match.c (gfc_match_iterator): Mark the iterator variable
with the new attribute.
* decl.c (build_sym): Reset the new attribute.

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

PR fortran/31204
* gfortran.dg/array_constructor_16.f90: New test.

From-SVN: r123849
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/match.c
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_constructor_16.f90 [new file with mode: 0644]