Commit 0aaafe73 by Geoffrey Keating Committed by Geoffrey Keating

* profile.c (read_counts_file): Initialise 'checksum'.

From-SVN: r65502
parent d5b9108c
2003-04-11 Geoffrey Keating <geoffk@apple.com> 2003-04-11 Geoffrey Keating <geoffk@apple.com>
* profile.c (read_counts_file): Initialise 'checksum'.
* emit-rtl.c (gen_rtx): Really correct typo. * emit-rtl.c (gen_rtx): Really correct typo.
PR c++/9393 PR c++/9393
......
...@@ -274,7 +274,7 @@ static void ...@@ -274,7 +274,7 @@ static void
read_counts_file (const char *name) read_counts_file (const char *name)
{ {
char *function_name_buffer = NULL; char *function_name_buffer = NULL;
unsigned version, ix, checksum; unsigned version, ix, checksum = -1;
counts_entry_t *summaried = NULL; counts_entry_t *summaried = NULL;
unsigned seen_summary = 0; unsigned seen_summary = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment