2010-05-28 Richard Guenther <rguenther@suse.de>
commit551b1c13098606deed898b627ddfa6018b894f70
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 19:02:24 +0000 (28 19:02 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 19:02:24 +0000 (28 19:02 +0000)
tree153ef517f3d63286926d867c8f4a021f3a7e9fd9
parentb127b0b6d8dd1d5a401290d81fd4b010130c0c75
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_5-branch@159994 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c