OSDN Git Service

* trans-decl.c (gfc_build_qualified_array): Ensure
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index 72ede7a..b53aff9 100644 (file)
@@ -1,3 +1,28 @@
+2010-04-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * trans-decl.c (gfc_build_qualified_array): Ensure
+       ubound.N and lbound.N artificial variable names don't appear
+       in debug info.
+
+2010-04-15  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/30073
+       * trans-array.c (gfc_trans_array_bound_check): Eliminate a redundant
+       block of code.  Set name to the variable associated with the descriptor.
+
+2010-04-15  Jakub Jelinek  <jakub@redhat.com>
+
+       * trans-decl.c (gfc_build_qualified_array): Clear DECL_IGNORED_P
+       on VAR_DECL LBOUND and/or UBOUND, even for -O1.
+
+2010-04-14  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       * intrinsic.texi: Add the missing specific name of intrinsic
+       procedure where the specific name is identical to the generic name.
+       Fix inconsistent or mismatch in the argument names in intrinsic
+       procedure descriptions.  Add the SCALAR allocatable description to
+       ALLOCATED.
+
 2010-04-14  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/18918