This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24783] [4.1 and 4.2 only] Implicit none in module overwrite explicit in procedure
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Feb 2007 23:26:05 -0000
- Subject: [Bug fortran/24783] [4.1 and 4.2 only] Implicit none in module overwrite explicit in procedure
- References: <bug-24783-11696@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-02-10 23:26 -------
Subject: Bug 24783
Author: jvdelisle
Date: Sat Feb 10 23:25:55 2007
New Revision: 121804
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121804
Log:
2007-02-10 Bernhard Fischer <aldot@gcc.gnu.org>
Backport from trunk
PR fortran/24783
* resolve.c (resolve_variable): Get the implicit type from the
symbols namespace rather than the default namespace. Fix whitespace.
(resolve_formal_arglist, resolve_equivalence): Fix typo.
Modified:
branches/gcc-4_2-branch/gcc/fortran/ChangeLog
branches/gcc-4_2-branch/gcc/fortran/resolve.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24783