OSDN Git Service

PR c++/58119
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Aug 2013 12:59:24 +0000 (12:59 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Aug 2013 12:59:24 +0000 (12:59 +0000)
commit302c8aa8acfac3097b3b543b954a781d424762d1
tree2af67772ccf8001cf1e366c8616347bcc99162ab
parentad9c436bc0a18229c8051d8d167aae58a39d8573
PR c++/58119
* cp-tree.h (WILDCARD_TYPE_P): Split out from...
(MAYBE_CLASS_TYPE_P): ...here.
* cvt.c (build_expr_type_conversion): Don't complain about a
template that can't match the desired type category.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@201881 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/testsuite/g++.dg/template/delete2.C [new file with mode: 0644]