diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 83dfde549b8..10161f822ab 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -5027,7 +5027,7 @@ tsubst_decl (t, args, type, in_decl) case FUNCTION_DECL: { tree ctx; - tree argvec; + tree argvec = NULL_TREE; tree gen_tmpl; int member; int args_depth; |