re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning: ‘fv.mode...
authorRichard Guenther <rguenther@suse.de>
Fri, 28 May 2010 18:49:51 +0000 (18:49 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 28 May 2010 18:49:51 +0000 (18:49 +0000)
commit86561bb62b0c40ecc6a7d30c6e59a8a1139ae11d
treea257ccf3f4392ed6e69eaa8a19d53a5dd19d8f65
parent0a74c7586cbf24b875c05507e6861070e74ffb69
re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning: ‘fv.mode’ is used uninitialized in this function)

2010-05-28  Richard Guenther  <rguenther@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.

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