diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index b56373ca42a..361c717252d 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -568,6 +568,7 @@ use_anchored_address (rtx x) if (GET_CODE (base) != SYMBOL_REF || !SYMBOL_REF_IN_BLOCK_P (base) || SYMBOL_REF_ANCHOR_P (base) + || SYMBOL_REF_BLOCK (base) == NULL || !targetm.use_anchors_for_symbol_p (base)) return x; |