This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r121281 - in /trunk/gcc: fortran/ChangeLog fort...
- From: pault at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 29 Jan 2007 10:27:51 -0000
- Subject: r121281 - in /trunk/gcc: fortran/ChangeLog fort...
Author: pault
Date: Mon Jan 29 10:27:50 2007
New Revision: 121281
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121281
Log:
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.
Added:
trunk/gcc/testsuite/gfortran.dg/used_dummy_types_6.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/module.c
trunk/gcc/testsuite/ChangeLog