]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/expr.c
c-decl.c (grokdeclarator): Update.
[gcc.git] / gcc / expr.c
index cbbcff1a08b86b51c80b38d0ee041da243dc6a40..6f1a0d62eef2f323d039968e4cf48a3dd2640e5f 100644 (file)
@@ -6247,7 +6247,7 @@ expand_expr (exp, target, tmode, modifier)
          DECL_NONLOCAL (exp) = 1;
          if (DECL_NO_STATIC_CHAIN (current_function_decl))
            abort ();
-         mark_addressable (exp);
+         (*lang_hooks.mark_addressable) (exp);
          if (GET_CODE (DECL_RTL (exp)) != MEM)
            abort ();
          addr = XEXP (DECL_RTL (exp), 0);
This page took 0.035701 seconds and 5 git commands to generate.