aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/gcc.c')
-rw-r--r--gcc-4.8/gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.8/gcc/gcc.c b/gcc-4.8/gcc/gcc.c
index e16f72ec5..ac5032a98 100644
--- a/gcc-4.8/gcc/gcc.c
+++ b/gcc-4.8/gcc/gcc.c
@@ -5441,7 +5441,7 @@ eval_spec_function (const char *func, const char *args)
const char *save_suffix_subst;
int save_growing_size;
- void *save_growing_value;
+ void *save_growing_value = NULL;
sf = lookup_spec_function (func);
if (sf == NULL)