Commit a21e55d2 by Paolo Carlini Committed by Paolo Carlini

pt.c (tsubst_function_type): Initialize arg_types.

2014-06-02  Paolo Carlini  <paolo.carlini@oracle.com>

	* pt.c (tsubst_function_type): Initialize arg_types.

From-SVN: r211158
parent 2e91ec35
2014-06-02 Paolo Carlini <paolo.carlini@oracle.com>
* pt.c (tsubst_function_type): Initialize arg_types.
2014-06-02 Siva Chandra Reddy <sivachandra@google.com>
PR debug/57519
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment