pt.c (tsubst_function_type): Initialize arg_types.
[gcc.git] / gcc / cp / pt.c
index c0e0646704ddb0cbf199ed96b77e891e842d08ab..2b9ca204bdc2c67864935bac759f91d427fe57e2 100644 (file)
@@ -11320,7 +11320,7 @@ tsubst_function_type (tree t,
                      tree in_decl)
 {
   tree return_type;
-  tree arg_types;
+  tree arg_types = NULL_TREE;
   tree fntype;
 
   /* The TYPE_CONTEXT is not used for function/method types.  */