]> gcc.gnu.org Git - gcc.git/commit
re PR tree-optimization/45605 (Missed devirtualization)
authorJan Hubicka <jh@suse.cz>
Sat, 18 Sep 2010 21:25:29 +0000 (23:25 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 18 Sep 2010 21:25:29 +0000 (21:25 +0000)
commit1389294cc3eb1e74f9c9418487a451f9f8660b52
treee751694fc67828e19064bc55f35a8e2b55757c5e
parent6eb208a69cd0b7d93c3f22f4298062ccdc2f7c83
re PR tree-optimization/45605 (Missed devirtualization)

PR tree-optimization/45605
* cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
* gimple-fold.c (static_object_in_other_unit_p): New function.
(canonicalize_constructor_val): Use it.
(get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
returning NULL.
(gimple_fold_obj_type_ref_known_binfo): Use static_object_in_other_unit_p.

From-SVN: r164402
gcc/ChangeLog
gcc/cgraphunit.c
gcc/gimple-fold.c
This page took 0.051719 seconds and 5 git commands to generate.