Forgot to add the PR number to the last changelog entry:
authorAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 2 May 2007 17:47:50 +0000 (10:47 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 2 May 2007 17:47:50 +0000 (10:47 -0700)
2007-05-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/29715
        * fold-const.c (fold_comparision): Remove the "foo++ == CONST"
        transformation.

From-SVN: r124354

gcc/ChangeLog

index 9d2a5e6eecbeee0da8b59a4e0c316add9871d81d..9a6552de86c1147fcfc7e6e2ced737bd503cb9ab 100644 (file)
@@ -1,5 +1,6 @@
 2007-05-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
+       PR middle-end/29715
        * fold-const.c (fold_comparision): Remove the "foo++ == CONST"
        transformation.