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 8344212cf3757a872cb1486abb92d3b2baa0c490..89af27fdbe8fd85fd1c42071f5d1b443b9f06756 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 dd1e261c50ceea5016daf3468c8bcb2e42b9077f..acbce456585f3ab6507109800f2649e0db592cba 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>