ChangeLog: Use the final approved ChangeLog entry text for the previous commit.
authorRoger Sayle <sayle@gcc.gnu.org>
Mon, 6 Feb 2006 18:50:44 +0000 (18:50 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 6 Feb 2006 18:50:44 +0000 (18:50 +0000)
* ChangeLog: Use the final approved ChangeLog entry text for
the previous commit.

From-SVN: r110661

gcc/fortran/ChangeLog

index 9cffe66f0bc6f41a469a7d2722d7961b007086a6..dbd94d52427d02314ce3169a2075480c6e4e799c 100644 (file)
@@ -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.