diff options
Diffstat (limited to 'gcc/optabs-tree.c')
-rw-r--r-- | gcc/optabs-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs-tree.c b/gcc/optabs-tree.c index 60119cb..71e172c 100644 --- a/gcc/optabs-tree.c +++ b/gcc/optabs-tree.c @@ -358,7 +358,7 @@ init_tree_optimization_optabs (tree optnode) if (tmp_optabs) memset (tmp_optabs, 0, sizeof (struct target_optabs)); else - tmp_optabs = ggc_alloc<target_optabs> (); + tmp_optabs = ggc_cleared_alloc<target_optabs> (); /* Generate a new set of optabs into tmp_optabs. */ init_all_optabs (tmp_optabs); |