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
This commit is contained in:
Judy Goldberg 1997-10-16 21:33:36 +00:00 committed by Jeff Law
parent 02bef6da38
commit bdd7e652f4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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)