OSDN Git Service

fortran/ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index 70ca870..da741c6 100644 (file)
@@ -1,3 +1,15 @@
+2006-11-20  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       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.
+
+2006-11-19  Erik Edelmann  <eedelman@gcc.gnu.org>
+
+       * resolve.c (resolve_ref): Check for ALLOCATABLEs to the right of
+         nonzero rank part references too.
+
 2006-11-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        * module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code.