From: Jan Hubicka Date: Sat, 6 Oct 2012 14:54:46 +0000 (+0000) Subject: Fix previous commit once again :( X-Git-Tag: misc/gccgo-go1_1_2~364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ada5e7d9939f50f281ac395a7f3f392527b24c4;p=thirdparty%2Fgcc.git Fix previous commit once again :( From-SVN: r192164 --- diff --git a/gcc/passes.c b/gcc/passes.c index 87f602b704f2..c20f4782412a 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1894,7 +1894,7 @@ dump_profile_report (void) int last_freq_in = 0, last_count_in = 0, last_freq_out = 0, last_count_out = 0; gcov_type last_time = 0, last_size = 0; double rel_time_change, rel_size_change; - int last_reported; + int last_reported = 0; if (!profile_record) return;