aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2007-05-02 10:47:50 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2007-05-02 10:47:50 -0700
commitc5b75e95c0401ac670518c22761f1f34144a753b (patch)
treec4f416f09bd7e5918d0331caa3081b6cab6a6da0 /gcc
parent0e3aa12623c965248eef9e41cd3e451ad400cc0f (diff)
downloadgcc-c5b75e95c0401ac670518c22761f1f34144a753b.zip
gcc-c5b75e95c0401ac670518c22761f1f34144a753b.tar.gz
gcc-c5b75e95c0401ac670518c22761f1f34144a753b.tar.bz2
Forgot to add the PR number to the last changelog entry:
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9d2a5e6..9a6552d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.