]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR lto/47799 (LTO debug info for early inlined functions missing)
authorRichard Guenther <rguenther@suse.de>
Fri, 28 Sep 2012 11:07:17 +0000 (11:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 28 Sep 2012 11:07:17 +0000 (11:07 +0000)
commit9aef8e955f7c306437d125a99607baaabadbb8d3
tree167783f0b34af1e16f0faae91cd6ea78589caba7
parentb8dbdb1275f24e94c8f9f80154676967116fff5a
re PR lto/47799 (LTO debug info for early inlined functions missing)

2012-09-28  Richard Guenther  <rguenther@suse.de>

PR lto/47799
* lto-streamer-out.c (tree_is_indexable): Make PARM_DECLs global.
(lto_output_tree_ref): Handle references to them.
(output_function): Do not output function arguments again.
* lto-streamer-in.c (input_function): Do not input arguments
again, nor overwrite them.

From-SVN: r191824
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c