aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/stor-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index d01b756..8aaa217 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -162,7 +162,7 @@ variable_size (size)
constant sizes. */
if (TREE_CONSTANT (size)
|| (*lang_hooks.decls.global_bindings_p) () < 0
- || contains_placeholder_p (size))
+ || CONTAINS_PLACEHOLDER_P (size))
return size;
if (TREE_CODE (size) == MINUS_EXPR && integer_onep (TREE_OPERAND (size, 1)))