r192559 - in /trunk/gcc: ChangeLog lto-streamer...
rguenth@gcc.gnu.org
rguenth@gcc.gnu.org
Thu Oct 18 10:59:00 GMT 2012
Author: rguenth
Date: Thu Oct 18 10:59:55 2012
New Revision: 192559
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192559
Log:
2012-10-18 Richard Guenther <rguenther@suse.de>
* lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.
* lto-streamer-in.c (lto_input_tree): Use it.
* lto-streamer-out.c (lto_output_tree): Likewise, for
!TREE_OVERFLOW integer constants only.
* tree-streamer-in.c (unpack_ts_int_cst_value_fields): New function.
(unpack_value_fields): Call it.
(streamer_read_integer_cst): Simplify.
* tree-streamer-out.c (pack_ts_int_cst_value_fields): New function.
(streamer_pack_tree_bitfields): Call it.
(streamer_write_integer_cst): Adjust.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/lto-streamer-in.c
trunk/gcc/lto-streamer-out.c
trunk/gcc/lto-streamer.h
trunk/gcc/tree-streamer-in.c
trunk/gcc/tree-streamer-out.c
More information about the Gcc-cvs
mailing list