Fix typos in ChangeLog entries
authorJeff Law <law@gcc.gnu.org>
Fri, 3 May 2013 16:47:21 +0000 (10:47 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 3 May 2013 16:47:21 +0000 (10:47 -0600)
From-SVN: r198583

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 5d16636eadd40e438ce0035fd546fb10bc5dec40..e0ddef9f8aedd697d1962d58f0e1731571bbf9d7 100644 (file)
@@ -1,6 +1,6 @@
 2013-05-03  Jeff Law  <law@redhat.com>
 
-       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.
index 13224770283773c416cbd58879df4dba78854966..d673f44029c9456def038e916deb5042e748d452 100644 (file)
@@ -1,6 +1,6 @@
 2013-05-02  Jeff Law  <law@redhat.com>
 
-       PR tree-optimization/57411
+       PR tree-optimization/57144
        * gcc.c-torture/execute/pr57144.c: New test.
 
 2013-05-03  Jakub Jelinek  <jakub@redhat.com>