From: Jason Merrill Date: Sat, 23 Oct 1999 03:20:47 +0000 (-0400) Subject: regen X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecb2452b82c6601655de7ba0283142a2fcd7c6a1;p=gcc.git regen From-SVN: r30136 --- diff --git a/gcc/cp/parse.c b/gcc/cp/parse.c index e7d774d1129..0ab090cec99 100644 --- a/gcc/cp/parse.c +++ b/gcc/cp/parse.c @@ -5366,7 +5366,7 @@ case 239: break;} case 240: #line 1176 "parse.y" -{ yyval.ttype = build_va_arg (yyvsp[-3].ttype, groktypename (yyvsp[-1].ftype.t)); +{ yyval.ttype = build_x_va_arg (yyvsp[-3].ttype, groktypename (yyvsp[-1].ftype.t)); check_for_new_type ("__builtin_va_arg", yyvsp[-1].ftype); ; break;} case 241: