diff options
author | Roger Sayle <sayle@gcc.gnu.org> | 2006-02-06 18:50:44 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2006-02-06 18:50:44 +0000 |
commit | 431ef78e8e7568263dbd2b56d55460c5b0b45c6e (patch) | |
tree | ebe440d5b9faba42cb8be3fc97f0cc19024cce0d | |
parent | 42e73749c73920b20662eef2d88fb2326e4e9509 (diff) | |
download | gcc-431ef78e8e7568263dbd2b56d55460c5b0b45c6e.zip gcc-431ef78e8e7568263dbd2b56d55460c5b0b45c6e.tar.gz gcc-431ef78e8e7568263dbd2b56d55460c5b0b45c6e.tar.bz2 |
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
-rw-r--r-- | gcc/fortran/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9cffe66..dbd94d5 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. |