aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/c/c-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/c/c-parser.c')
-rw-r--r--gcc-4.8/gcc/c/c-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.8/gcc/c/c-parser.c b/gcc-4.8/gcc/c/c-parser.c
index 2ae46220a..0832b81b8 100644
--- a/gcc-4.8/gcc/c/c-parser.c
+++ b/gcc-4.8/gcc/c/c-parser.c
@@ -6904,7 +6904,7 @@ c_parser_postfix_expression_after_primary (c_parser *parser,
sizeof_ptr_memacc_comptypes);
/* FIXME diagnostics: Ideally we want the FUNCNAME, not the
"(" after the FUNCNAME, which is what we have now. */
- expr.value = build_function_call_vec (op_loc, expr.value, exprlist,
+ expr.value = c_build_function_call_vec (op_loc, expr.value, exprlist,
origtypes);
expr.original_code = ERROR_MARK;
if (TREE_CODE (expr.value) == INTEGER_CST