re PR fortran/26779 (Internal module procedure may not have private type dummy arguments)
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 28 Mar 2006 10:13:50 +0000 (10:13 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 28 Mar 2006 10:13:50 +0000 (10:13 +0000)
commit37e47ee96393168103a35a792e40b3c808ebc192
tree67e215c9e639e3eb52fdc4220f02441cfda969a5
parent7f166b0a8e4cf02f0e297429471ab95078820a48
re PR fortran/26779 (Internal module procedure may not have private type dummy arguments)

2006-03-28 Paul Thomas <pault@gcc.gnu.org>

PR fortran/26779
*resolve.c (resolve_fl_procedure): Do not check the access of
derived types for internal procedures.

2006-03-28 Paul Thomas <pault@gcc.gnu.org>

PR fortran/26779
* gfortran.dg/private_type_5.f90: New test.

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