summaryrefslogtreecommitdiffstats
path: root/gcc/matrix-reorg.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-29 21:32:41 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-29 21:32:41 +0000
commit0f5102e1a14b7e03df4dd6b2ee8d745041434c5b (patch)
tree1873684e2b045ad9243b6eb53e90d33e73e9d1fe /gcc/matrix-reorg.c
parent2803a214a56ef34499f07d08febf0283a02e0e08 (diff)
downloadppe42-gcc-0f5102e1a14b7e03df4dd6b2ee8d745041434c5b.tar.gz
ppe42-gcc-0f5102e1a14b7e03df4dd6b2ee8d745041434c5b.zip
* see.c (see_merge_one_def_extension): Silence used uninitialized warning.
* matrix-reorg.c (check_allocation_function): Likewise. * config/i386/driver-i386.c (detect_caches_amd): Likewise. * parse.c (parse_interface): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139788 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/matrix-reorg.c')
-rw-r--r--gcc/matrix-reorg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/matrix-reorg.c b/gcc/matrix-reorg.c
index 72b876a8736..b00a6b99f5e 100644
--- a/gcc/matrix-reorg.c
+++ b/gcc/matrix-reorg.c
@@ -1601,7 +1601,7 @@ check_allocation_function (void **slot, void *data ATTRIBUTE_UNUSED)
{
gimple call_stmt;
tree size;
- struct malloc_call_data mcd;
+ struct malloc_call_data mcd = {NULL, NULL_TREE, NULL_TREE};
call_stmt = mi->malloc_for_level[level];
OpenPOWER on IntegriCloud