Correct Changelog for fix to PR96806
authorFeng Xue <fxue@os.amperecomputing.com>
Tue, 1 Sep 2020 02:41:06 +0000 (10:41 +0800)
committerFeng Xue <fxue@os.amperecomputing.com>
Tue, 1 Sep 2020 02:43:16 +0000 (10:43 +0800)
gcc/ChangeLog
gcc/testsuite/ChangeLog

index 8344212..89af27f 100644 (file)
@@ -32,7 +32,7 @@
 
 2020-08-31  Feng Xue  <fxue@os.amperecomputing.com>
 
-       PR tree-optimization/96806
+       PR ipa/96806
        * ipa-cp.c (decide_about_value): Use safe_add to avoid cost addition
        overflow.
 
index dd1e261..acbce45 100644 (file)
@@ -51,7 +51,7 @@
 
 2020-08-31  Feng Xue  <fxue@os.amperecomputing.com>
 
-       PR tree-optimization/96806
+       PR ipa/96806
        * g++.dg/ipa/pr96806.C: New test.
 
 2020-08-31  Kewen Lin  <linkw@gcc.gnu.org>