2007-01-29 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 10:27:50 +0000 (10:27 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 10:27:50 +0000 (10:27 +0000)
commitb5a523705b5d77fef6ee8f887b4bd0a9656ee259
tree949e338e3757cb36d165fae79e228cdac199a817
parentf8de4e8dfaa9089d5369a2b837f78b7bdffa7ca0
2007-01-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30554
* module.c (read_module): If a symbol is excluded by an ONLY
clause, check to see if there is a symtree already loaded. If
so, attach the symtree to the pointer_info.

2007-01-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30554
* gfortran.dg/used_dummy_types_6.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121281 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/used_dummy_types_6.f90 [new file with mode: 0644]