diff options
Diffstat (limited to 'gcc/cp/constexpr.c')
-rw-r--r-- | gcc/cp/constexpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index b7d49f1..c5dde15 100644 --- a/gcc/cp/constexpr.c +++ b/gcc/cp/constexpr.c @@ -1253,7 +1253,7 @@ cxx_bind_parameters_in_call (const constexpr_ctx *ctx, tree t, These do not need to be marked for PCH or GC. */ /* FIXME remember and print actual constant arguments. */ -static vec<tree> call_stack = vNULL; +static vec<tree> call_stack; static int call_stack_tick; static int last_cx_error_tick; |