Fix changelog from previous commit.

From-SVN: r213234
This commit is contained in:
Jan Hubicka 2014-07-30 07:55:49 +00:00
parent a0fd33735a
commit 4716657837
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,5 @@
2014-07-29 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/ipa/devirt-34.C: New testcase.
* ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
to speculative_targets
(get_class_context): Fix handling of contextes without outer type;

View file

@ -1,3 +1,7 @@
2014-07-29 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/ipa/devirt-34.C: New testcase.
2014-07-28 Richard Biener <rguenther@suse.de>
PR rtl-optimization/61801