pt.c (tsubst): Don't issue error messages when we're not complaining...
authorMark Mitchell <mark@codesourcery.com>
Fri, 21 May 1999 09:55:50 +0000 (09:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 21 May 1999 09:55:50 +0000 (09:55 +0000)
commitef6372557ac1b51cd3564304eff5b1cad351f339
tree926a5e8f34431b151b69e4610260a4bdc801dea7
parent21635bd68826ac30646ce61bf0d241c5d7f0599a
pt.c (tsubst): Don't issue error messages when we're not complaining...

* pt.c (tsubst): Don't issue error messages when we're not
complaining, even if we see a qualified function type.
(check_cv_quals_for_unify): Don't allow a qualified function
type.

From-SVN: r27080
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.pt/unify6.C [new file with mode: 0644]