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
This commit is contained in:
parent
70c8c2b932
commit
70d6d5c1d3
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2014-05-14 James Norris <jnorris@codesourcery.com>
|
||||||
|
|
||||||
* omp-low.c (expand_parallel_call): Remove shadow variable.
|
* 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;
|
TREE_TYPE (fndecl) = new_type;
|
||||||
DECL_VIRTUAL_P (fndecl) = 0;
|
DECL_VIRTUAL_P (fndecl) = 0;
|
||||||
|
DECL_LANG_SPECIFIC (fndecl) = NULL;
|
||||||
otypes.release ();
|
otypes.release ();
|
||||||
oparms.release ();
|
oparms.release ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue