From: Jeff Law Date: Fri, 3 May 2013 16:47:21 +0000 (-0600) Subject: Fix typos in ChangeLog entries X-Git-Tag: releases/gcc-4.9.0~6067 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ade67f70072586cc520001098112e7148e80f0f9;p=thirdparty%2Fgcc.git Fix typos in ChangeLog entries From-SVN: r198583 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d16636eadd4..e0ddef9f8aed 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 132247702837..d673f44029c9 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