]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/call.c
c-decl.c (grokdeclarator): Update.
[gcc.git] / gcc / cp / call.c
index 8804a61f61e77561ffaf9764f975a5c31a639353..1a74f7483680e5609ec597d4113a6ea2f7baf832 100644 (file)
@@ -355,7 +355,7 @@ build_addr_func (function)
 
       type = build_pointer_type (type);
 
-      if (mark_addressable (function) == 0)
+      if (!cxx_mark_addressable (function))
        return error_mark_node;
 
       addr = build1 (ADDR_EXPR, type, function);
This page took 0.028006 seconds and 5 git commands to generate.