* pt.c (coerce_template_parms) Add a new parameter, is_tmpl_parm,
authorKriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
Thu, 19 Feb 1998 10:17:10 +0000 (10:17 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 19 Feb 1998 10:17:10 +0000 (05:17 -0500)
commitde5750097bdad599bfc3561724cf37466dbfc186
tree2625f3d77184f1049379f0fab3d9452fd8b42799
parent31bcaa204ff12aad6a553a333e0a72c9b5b1111a
* pt.c (coerce_template_parms) Add a new parameter, is_tmpl_parm,

all callers changed.  Rely on the new parameter instead of arg
being a TREE_LIST when determine whether we are working inside
template template parameter.  Clean up is_type test.

From-SVN: r18120
gcc/cp/ChangeLog
gcc/cp/pt.c