------- Comment #3 from jay dot krell at cornell dot edu 2010-05-28 13:26 ------- gcc-4.5/gcc/lto-streamer-in.c: In function ‘lto_read_tree’: gcc-4.5/gcc/lto-streamer-in.c:1634: warning: ‘fv.mode’ is used uninitialized in this function
static void unpack_ts_fixed_cst_value_fields (struct bitpack_d *bp, tree expr) { struct fixed_value fv; fv.data.low = (HOST_WIDE_INT) bp_unpack_value (bp, HOST_BITS_PER_WIDE_INT); fv.data.high = (HOST_WIDE_INT) bp_unpack_value (bp, HOST_BITS_PER_WIDE_INT); TREE_FIXED_CST (expr) = fv; <= line 1634 } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44312