diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index f7bf525..5cfc646 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -15850,7 +15850,7 @@ tree_single_nonzero_warnv_p (tree t, bool *strict_overflow_p) { struct symtab_node *symbol; - symbol = symtab_node::get (base); + symbol = symtab_node::get_create (base); if (symbol) return symbol->nonzero_address (); else |