From: jakub Date: Mon, 17 May 2010 07:32:44 +0000 (+0000) Subject: * lto-streamer-out.c (lto_output): Fix --enable-checking=release X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=d4ebb40e1c043324881d604a08ab3f3a1b5880c3 * lto-streamer-out.c (lto_output): Fix --enable-checking=release build. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159473 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5d09425ec9..d4b4e50c627 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-17 Jakub Jelinek + + * lto-streamer-out.c (lto_output): Fix --enable-checking=release + build. + 2010-05-16 Jan Hubicka * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 520f29afa59..b90c9daa1ee 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -2127,7 +2127,9 @@ lto_output (cgraph_node_set set, varpool_node_set vset) statements using the statement UIDs. */ output_cgraph (set, vset); +#ifdef ENABLE_CHECKING lto_bitmap_free (output); +#endif } struct ipa_opt_pass_d pass_ipa_lto_gimple_out =