2015-09-15 Richard Biener <rguenther@suse.de>
PR lto/67568
* lto-streamer.h (lto_location_cache::current_sysp): Properly
initialize.
* lto-streamer-out.c (clear_line_info): Likewise.
From-SVN: r227779
+2015-09-15 Richard Biener <rguenther@suse.de>
+
+ PR lto/67568
+ * lto-streamer.h (lto_location_cache::current_sysp): Properly
+ initialize.
+ * lto-streamer-out.c (clear_line_info): Likewise.
+
2015-09-15 Richard Biener <rguenther@suse.de>
* doc/match-and-simplify.texi: Fix wording.
ob->current_file = NULL;
ob->current_line = 0;
ob->current_col = 0;
+ ob->current_sysp = false;
}
struct data_in *data_in);
lto_location_cache ()
: loc_cache (), accepted_length (0), current_file (NULL), current_line (0),
- current_col (0), current_loc (UNKNOWN_LOCATION)
+ current_col (0), current_sysp (false), current_loc (UNKNOWN_LOCATION)
{
gcc_assert (!current_cache);
current_cache = this;