https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70269
--- Comment #6 from vries at gcc dot gnu.org --- Author: vries Date: Mon Mar 21 16:05:37 2016 New Revision: 234375 URL: https://gcc.gnu.org/viewcvs?rev=234375&root=gcc&view=rev Log: Backport "Set dump_file to NULL in cgraph_node::get_body" 2016-03-21 Tom de Vries <t...@codesourcery.com> backport from trunk: 2016-03-18 Tom de Vries <t...@codesourcery.com> PR ipa/70269 * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save. * gcc.dg/pr70269.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr70269.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/cgraph.c branches/gcc-5-branch/gcc/testsuite/ChangeLog