From: Roger Sayle Date: Mon, 6 Feb 2006 18:50:44 +0000 (+0000) Subject: ChangeLog: Use the final approved ChangeLog entry text for the previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=431ef78e8e7568263dbd2b56d55460c5b0b45c6e;p=gcc.git ChangeLog: Use the final approved ChangeLog entry text for the previous commit. * ChangeLog: Use the final approved ChangeLog entry text for the previous commit. From-SVN: r110661 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9cffe66f0bc..dbd94d52427 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -2,9 +2,9 @@ * trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument to be NULL to indicate that the not mask isn't required. - * trans-stmt.c (gfc_trans_where_2): Remove PMASK argument. Avoid - calculating the pending mask for the last clause of a WHERE chain. - Update call to trans_where + (gfc_trans_where_2): Remove PMASK argument. Avoid calculating the + pending mask for the last clause of a WHERE chain. Update recursive + call. (gfc_trans_forall_1): Update call to gfc_trans_where_2. (gfc_trans_where): Likewise.