resolve.c (derived_pointer): Removed, replaced callers by access to appropiate attrib...
[gcc.git] / gcc / fortran / ChangeLog
index 2bd347e63382187be7c0b62710141b537a57202d..9d7db4250fec9817b63f1559f0d58be58f0283c1 100644 (file)
@@ -1,3 +1,10 @@
+2007-08-06  Daniel Franke  <franke.daniel@gmail.com>
+
+       * resolve.c (derived_pointer): Removed, replaced callers by access 
+       to appropiate attribute bit.
+       (derived_inaccessable): Shortcut recursion depth.
+       (resolve_fl_namelist): Fixed checks for private components in namelists.
+
 2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/29828