Forgotten ChangeLog entries.

gcc/
	PR middle-end/45310
	* tree-ssa-phiprop.c (propagate_with_phi): Remove statement
	completely from the function, including EH traces.

testsuite/
	PR middle-end/45310
	* g++.dg/pr45310.C: New test.

From-SVN: r168121
This commit is contained in:
Steven Bosscher 2010-12-21 15:08:40 +00:00
parent b1193f619b
commit c8613835dd
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-12-21 Steven Bosscher <steven@gcc.gnu.org>
PR middle-end/45310
* tree-ssa-phiprop.c (propagate_with_phi): Remove statement
completely from the function, including EH traces.
2010-12-21 Steven Bosscher <steven@gcc.gnu.org>
PR rtl-optimization/46755

View File

@ -1,3 +1,8 @@
2010-12-21 Steven Bosscher <steven@gcc.gnu.org>
PR middle-end/45310
* g++.dg/pr45310.C: New test.
2010-12-21 Steven Bosscher <steven@gcc.gnu.org>
PR rtl-optimization/46755