From 86353474a05912dbee5593dd3a90de9d3219a54a Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Wed, 7 Jul 2010 14:33:35 +0200 Subject: [PATCH] * lto-cgraph.c (output_cgraph): Add missing declaration. From-SVN: r161906 --- gcc/ChangeLog | 4 ++++ gcc/lto-cgraph.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94b0624623a..e6c3f21d5c5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -9,6 +9,10 @@ * tree-profile.c (tree_gen_ic_func_profiler): Do not create invalid gimple calls. +2010-07-06 Jan Hubicka + + * lto-cgraph.c (output_cgraph): Add missing declaration. + 2010-07-06 Jan Hubicka * lto-cgraph.c (output_cgraph): Output toplevel asms only into first diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index 04f5407a800..8dd8a29641b 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -846,6 +846,7 @@ output_cgraph (cgraph_node_set set, varpool_node_set vset) lto_cgraph_encoder_t encoder; lto_varpool_encoder_t varpool_encoder; struct cgraph_asm_node *can; + static bool asm_nodes_output = false; if (flag_wpa) output_cgraph_opt_summary (); -- 2.30.2