PR c++/63522
commit7ad852d0e6cf4a54deb94e2d5fd474047f143e85
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Dec 2014 07:27:54 +0000 (25 07:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Dec 2014 07:27:54 +0000 (25 07:27 +0000)
tree5990fc414a2deda0b142c473f44ce96aada371f1
parentf6a8041835126e62839c3622e6a141e2934892b8
PR c++/63522
* parser.c (cp_parser_type_parameter): Call
check_for_bare_parameter_packs on default argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219066 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp0x/variadic164.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/vt-34052.C