re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple streams with...
authorRichard Guenther <rguenther@suse.de>
Fri, 19 Nov 2010 11:57:21 +0000 (11:57 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 19 Nov 2010 11:57:21 +0000 (11:57 +0000)
commit132797449d4ad43ec9550eb0f000816d3d04c215
tree172a07382aa5884a300aa67fe0410db99b9a8983
parent0d697034b7eecde30bc95766237f2c3b105abaf0
re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple streams with -flto when using __builtin_printf())

2010-11-19  Richard Guenther  <rguenther@suse.de>

PR lto/45789
* lto-streamer-out.c (lto_output_ts_common_tree_pointers): For
IDENTIFIERs do not stream TREE_TYPE.
* lto-streamer-in.c (lto_input_ts_common_tree_pointers): Likewise.

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