aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/ipa-struct-reorg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/ipa-struct-reorg.c')
-rw-r--r--gcc-4.4.3/gcc/ipa-struct-reorg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.4.3/gcc/ipa-struct-reorg.c b/gcc-4.4.3/gcc/ipa-struct-reorg.c
index 1bf782200..08df79638 100644
--- a/gcc-4.4.3/gcc/ipa-struct-reorg.c
+++ b/gcc-4.4.3/gcc/ipa-struct-reorg.c
@@ -1113,7 +1113,7 @@ create_new_field_access (struct field_access_site *f_acc,
{
tree new_type = field.field_mapping;
gimple new_stmt;
- tree size_res;
+ tree size_res = NULL;
gimple mult_stmt;
gimple cast_stmt;
tree cast_res = NULL;