From c16ddde3e34e6c8c948dffe990512544fad84767 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sat, 20 Jun 1998 00:35:42 +0000 Subject: calls.c (expand_call): Initialize "src" and "dest". * calls.c (expand_call): Initialize "src" and "dest". * stmt.c (expand_return): Likewise. * expmed.c (extract_split_bit_field): Similarly for "result" * gcse.c (compute_hash_table): Mark first arg as unused. * jump.c (jump_optimize): Initialize reversep. * tree.c (make_node): Initialize length. From-SVN: r20629 --- gcc/expmed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/expmed.c') diff --git a/gcc/expmed.c b/gcc/expmed.c index e81eb0a..d952d1b 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1614,7 +1614,7 @@ extract_split_bit_field (op0, bitsize, bitpos, unsignedp, align) { int unit; int bitsdone = 0; - rtx result; + rtx result = NULL_RTX; int first = 1; /* Make sure UNIT isn't larger than BITS_PER_WORD, we can only handle that -- cgit v1.1