Commit bdd7e652 by Judy Goldberg Committed by Jeff Law

pt.c (determine_explicit_specialization): Initialize "dummy" to keep Purify quiet.

        * pt.c (determine_explicit_specialization): Initialize "dummy"
        to keep Purify quiet.

From-SVN: r15938
parent 02bef6da
Thu Oct 16 15:31:09 1997 Judy Goldberg <judygold@sanwafp.com>
* pt.c (determine_explicit_specialization): Initialize "dummy"
to keep Purify quiet.
Thu Oct 16 00:14:48 1997 Jason Merrill <jason@yorick.cygnus.com>
* method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.
......
......@@ -367,7 +367,7 @@ determine_explicit_specialization (template_id, type, targs_out,
fn != NULL_TREE;
fn = overloaded ? DECL_CHAIN (fn) : NULL_TREE)
{
int dummy;
int dummy = 0;
tree targs;
if (name == NULL_TREE)
......
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