re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined type...
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 6 Aug 2006 04:58:04 +0000 (04:58 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 6 Aug 2006 04:58:04 +0000 (04:58 +0000)
commitf970c857c9232309c68e39214e0fb65c0cfa615c
tree6f83df7381e246e6366f03d0e9609d8de8f0d748
parent994c1cc04dda157794990bbe71412678e3d7fad8
re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined type generates a spurious complaint about the lack of SEQUENCE attribute in the latter)

2006-08-06  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28590
* parse.c (parse_derived): Remove the test for sequence type
components of a sequence type.
* resolve.c (resolve_fl_derived): Put the test here so that
pointer components are tested.

2006-08-06  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28590
* gfortran.dg/sequence_types_1.f90: New test.

From-SVN: r115966
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/sequence_types_1.f90 [new file with mode: 0644]