]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/24207 (PRIVATE/PUBLIC attribute confusion screws NAMELIST)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 12 Oct 2005 07:19:56 +0000 (07:19 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 12 Oct 2005 07:19:56 +0000 (07:19 +0000)
commit0f9d970d60d34ab6d7f47e741df998e396c999c3
treeca9382afc31efcb893f774020f10757dce4a8bdc
parent81871c2a0501a25b3f038286268e0ce84936fdf2
re PR fortran/24207 (PRIVATE/PUBLIC attribute confusion screws NAMELIST)

2005-10-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/24207
* resolve.c (resolve_symbol): Exclude use and host associated
symbols from the test for private objects in a public namelist.

2005-10-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/24207
gfortran.dg/private_type_3.f90: New test.

From-SVN: r105289
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/private_type_3.f90 [new file with mode: 0755]