------- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-28 18:50 ------- Subject: Bug 44312
Author: rguenth Date: Fri May 28 18:49:51 2010 New Revision: 159993 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159993 Log: 2010-05-28 Richard Guenther <rguent...@suse.de> PR lto/44312 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields): Stream fixed-point constants mode. (unpack_ts_type_value_fields): Fix width of TYPE_MODE and TYPE_PRECISION. * lto-streamer-out.c (pack_ts_fixed_cst_value_fields): Stream fixed-point constants mode. (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE and TYPE_PRECISION. Modified: trunk/gcc/ChangeLog trunk/gcc/lto-streamer-in.c trunk/gcc/lto-streamer-out.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44312