Commit 70d6d5c1 by Martin Jambor Committed by Martin Jambor

re PR gcov-profile/60897 (Mangled function name in warning during -fprofile-use…

re PR gcov-profile/60897 (Mangled function name in warning during -fprofile-use phase of Firefox build)

2014-05-14  Martin Jambor  <mjambor@suse.cz>

	PR ipa/60897
	* ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.

From-SVN: r210426
parent 70c8c2b9
2014-05-14 Martin Jambor <mjambor@suse.cz>
PR ipa/60897
* ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
2014-05-14 James Norris <jnorris@codesourcery.com>
* omp-low.c (expand_parallel_call): Remove shadow variable.
......
......@@ -3650,6 +3650,7 @@ ipa_modify_formal_parameters (tree fndecl, ipa_parm_adjustment_vec adjustments)
TREE_TYPE (fndecl) = new_type;
DECL_VIRTUAL_P (fndecl) = 0;
DECL_LANG_SPECIFIC (fndecl) = NULL;
otypes.release ();
oparms.release ();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment