summaryrefslogtreecommitdiffstats
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-21 14:52:34 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-21 14:52:34 +0000
commitbc4577c4cf91720bb477408e6d27f5d08b41838d (patch)
treecd85abcab565420238a5bb4e538acc622475c86f /gcc/calls.c
parent83480f35b1a134be375609934cb93f5c19b1193f (diff)
downloadppe42-gcc-bc4577c4cf91720bb477408e6d27f5d08b41838d.tar.gz
ppe42-gcc-bc4577c4cf91720bb477408e6d27f5d08b41838d.zip
* tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize
*op0 and *op1 to NULL_TREE first to avoid warnings. * calls.c (initialize_argument_information): Initialize base to avoid warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 0ef0cad8d27..c8d0b849985 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -1157,7 +1157,7 @@ initialize_argument_information (int num_actuals ATTRIBUTE_UNUSED,
type, argpos < n_named_args))
{
bool callee_copies;
- tree base;
+ tree base = NULL_TREE;
callee_copies
= reference_callee_copied (args_so_far_pnt, TYPE_MODE (type),
OpenPOWER on IntegriCloud