Correct Changelog for fix to PR96806

This commit is contained in:
Feng Xue 2020-09-01 10:41:06 +08:00
parent be7ad7dfdb
commit ef688fdfc6
2 changed files with 2 additions and 2 deletions

View 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.

View 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>