aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2014-03-23 11:29:42 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-03-23 11:29:42 +0000
commitf87604f8d2b64eb3287b061dfe0d22f8d688ccd0 (patch)
tree9b8b12ccfa42b297cf682e8aed3e487f71c2ab49 /gcc/gcc.c
parent8796f98a5f14ea08fc2534b7b2bd3da04500e268 (diff)
downloadgcc-f87604f8d2b64eb3287b061dfe0d22f8d688ccd0.zip
gcc-f87604f8d2b64eb3287b061dfe0d22f8d688ccd0.tar.gz
gcc-f87604f8d2b64eb3287b061dfe0d22f8d688ccd0.tar.bz2
re PR rtl-optimization/60601 (profiledbootstrap fails with Ada)
PR rtl-optimization/60601 * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere. * gcc.c (eval_spec_function): Initialize save_growing_value. From-SVN: r208770
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 691623a..84ca317 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5481,7 +5481,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)