summaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 7d0258c1fa0..66e0afd7351 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -4916,8 +4916,7 @@ build_common_tree_nodes_2 (int short_double)
layout_type (complex_long_double_type_node);
{
- tree t;
- BUILD_VA_LIST_TYPE (t);
+ tree t = (*targetm.build_builtin_va_list) ();
/* Many back-ends define record types without setting TYPE_NAME.
If we copied the record type here, we'd keep the original