From c1b7a563e061a32a0c8531989ee205e4d2fbb3e6 Mon Sep 17 00:00:00 2001 From: Kirill Yukhin Date: Thu, 23 Oct 2014 11:44:12 +0000 Subject: AVX-512. 81.1/n. Extend `function_code' field `tree_var_decl' structure. gcc/ * tree-core.h (tree_var_decl): Extend `function_code' field by one bit, move `regdecl_flag' field to ... (tree_decl_with_vis): Here. * tree.h (DECL_STATIC_CHAIN): Update struct name. From-SVN: r216590 --- gcc/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree.h') diff --git a/gcc/tree.h b/gcc/tree.h index 45f127f..2a085c9 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -2553,7 +2553,7 @@ extern void decl_fini_priority_insert (tree, priority_type); /* In a FUNCTION_DECL indicates that a static chain is needed. */ #define DECL_STATIC_CHAIN(NODE) \ - (FUNCTION_DECL_CHECK (NODE)->function_decl.regdecl_flag) + (FUNCTION_DECL_CHECK (NODE)->decl_with_vis.regdecl_flag) /* Nonzero for a decl that cgraph has decided should be inlined into at least one call site. It is not meaningful to look at this -- cgit v1.1