From aefdd5abe0eae984fa04ea12851c9ff0f1695033 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Wed, 1 Apr 1998 23:18:11 +0000 Subject: c-lex.c (yylex): Initialize traditional_type, ansi_type and type. * c-lex.c (yylex): Initialize traditional_type, ansi_type and type. * caller-save.c (insert_save_restore): Initialize pat, code and numregs. * emit-rtl.c (push_to_sequence): Initialize top. (push_topmost_sequence): Likewise. * genattrtab.c (simplify_by_exploding): Initialize defval. * profile.c (branch_prob): Initialize dest. * rtl.h (note_stores): Remove duplicate prototype. (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT. Fix some warnings. * cplus-dem.c (gnu_special): Don't get confused by . strings that are not actually lengths. A change from libiberty that didn't make it into the gcc copy. From-SVN: r18942 --- gcc/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 7ce327b..bedeeae 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -618,7 +618,7 @@ branch_prob (f, dump_file) register int i; int fall_through = 0; struct adj_list *arcptr; - int dest; + int dest = NULL_RTX; /* Block 0 always falls through to block 1. */ num_arcs = 0; -- cgit v1.1