OSDN Git Service

2010-04-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index b53aff9..4ef8eb9 100644 (file)
@@ -1,69 +1,3 @@
-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
-       * array.c (gfc_find_array_ref): Handle codimensions.
-       (gfc_match_array_spec,gfc_match_array_ref): Use gfc_fatal_error.
-       * check.c (is_coarray, dim_corank_check, gfc_check_lcobound,
-       gfc_check_image_index, gfc_check_this_image, gfc_check_ucobound):
-       New functions.
-       * gfortran.h (gfc_isym_id): Add GFC_ISYM_IMAGE_INDEX,
-       GFC_ISYM_LCOBOUND, GFC_ISYM_THIS_IMAGE,
-       GFC_ISYM_UCOBOUND.
-       * intrinsic.h (add_functions): Add this_image, image_index,
-       lcobound and ucobound intrinsics.
-       * intrinsic.c (gfc_check_lcobound,gfc_check_ucobound,
-       gfc_check_image_index, gfc_check_this_image,
-       gfc_simplify_image_index, gfc_simplify_lcobound,
-       gfc_simplify_this_image, gfc_simplify_ucobound):
-       New function prototypes.
-       * intrinsic.texi (IMAGE_INDEX, LCOBOUND, THIS_IMAGE
-       IMAGE_INDEX): Document new intrinsic functions.
-       * match.c (gfc_match_critical, sync_statement): Make -fcoarray=none
-       error fatal.
-       * simplify.c (simplify_bound_dim): Handle coarrays.
-       (simplify_bound): Update simplify_bound_dim call.
-       (gfc_simplify_num_images): Add -fcoarray=none check.
-       (simplify_cobound, gfc_simplify_lcobound, gfc_simplify_ucobound,
-       gfc_simplify_ucobound, gfc_simplify_ucobound): New functions.
-
-2010-04-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
-
-       PR fortran/43747
-       * constructor.c: Fix typo in comment.
-       * expr.c (find_array_section): Add check for max array limit.
-
-2010-04-13  Iain Sandoe  <iains@gcc.gnu.org>
-
-       PR bootstrap/31400
-       * gfortranspec.c (lookup_option): Check for -static and return
-       OPTION_static.
-       (lang_specific_driver): Break when OPTION_static is discovered.
-
 2010-04-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        * array.c (extract_element): Restore function from trunk.