diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2014-08-21 08:18:48 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2014-08-21 06:18:48 +0000 |
commit | 07db0f9bb354bd9a46e62c6d9960a9a3c40d1c15 (patch) | |
tree | 0f26a66adb521cd14338701fd3c485f3c20cfdb0 /gcc/cgraphunit.c | |
parent | 65fa79c3dbf14ee9b24ec23b685fbdedeeadca98 (diff) | |
download | gcc-07db0f9bb354bd9a46e62c6d9960a9a3c40d1c15.zip gcc-07db0f9bb354bd9a46e62c6d9960a9a3c40d1c15.tar.gz gcc-07db0f9bb354bd9a46e62c6d9960a9a3c40d1c15.tar.bz2 |
tree-profile.c (tree_profiling): Skip external functions when doing coverage instrumentation.
* tree-profile.c (tree_profiling): Skip external functions
when doing coverage instrumentation.
* cgraphunit.c (compile): Do not assert that all nodes are reachable.
* gcc.dg/ipa/ctor-empty-1.c: Update template.
From-SVN: r214256
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 20294b3..0bbe9f6 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -2209,11 +2209,6 @@ compile (void) cgraph_materialize_all_clones (); bitmap_obstack_initialize (NULL); execute_ipa_pass_list (g->get_passes ()->all_late_ipa_passes); -#ifdef ENABLE_CHECKING - symtab_node::verify_symtab_nodes (); - /* Verify late IPA passes cleaned up after themselves. */ - gcc_assert (!symtab_remove_unreachable_nodes (false, dump_file)); -#endif bitmap_obstack_release (NULL); mark_functions_to_output (); |