2011-03-01 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Mar 2011 09:45:05 +0000 (09:45 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Mar 2011 09:45:05 +0000 (09:45 +0000)
commitf69f16c8633fd5167aea83171748ca34dd3d2f94
treecafb8fcad8e9b58d7db10092019913f456bcc23f
parentebca8b757cf08b1ea48114084aeaa440ee073904
2011-03-01  Richard Guenther  <rguenther@suse.de>

PR lto/46911
* lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
Do not stream DECL_ABSTRACT_ORIGIN.
(lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
* lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
Do not stream DECL_ABSTRACT_ORIGIN.
(lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.

* gfortran.dg/lto/pr46911_0.f: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170588 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/lto/pr46911_0.f [new file with mode: 0644]