From: law Date: Fri, 3 May 2013 16:47:21 +0000 (+0000) Subject: Fix typos in ChangeLog entries X-Git-Tag: upstream/4.9.2~6252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66c357ba8bb0313bb9f33572d978bb419a475df9;p=platform%2Fupstream%2Flinaro-gcc.git Fix typos in ChangeLog entries git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198583 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d16636..e0ddef9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2013-05-03 Jeff Law - PR tree-optimization/57411 + PR tree-optimization/57144 * tree-vrp.c (simplify_cond_using_ranges): Verify the constant operand of the condition will bit into the new type when eliminating a cast feeding a condition. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1322477..d673f44 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,6 @@ 2013-05-02 Jeff Law - PR tree-optimization/57411 + PR tree-optimization/57144 * gcc.c-torture/execute/pr57144.c: New test. 2013-05-03 Jakub Jelinek