re PR c++/34395 (Broken diagnostic: 'type_pack_expansion' not supported by dump_type_...
commite7de2d6f6923f1da5a652406a9d49b958216a0ee
authorJakub Jelinek <jakub@redhat.com>
Mon, 10 Dec 2007 14:38:05 +0000 (10 15:38 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 10 Dec 2007 14:38:05 +0000 (10 15:38 +0100)
treea0d908f7763f20d71d829fc2f9946963fe7626cf
parent214452b957270a7874caa50b0c5075a7aa3e1e46
re PR c++/34395 (Broken diagnostic: 'type_pack_expansion' not supported by dump_type_prefix/suffix)

PR c++/34395
* error.c (dump_type_prefix, dump_type_suffix): Handle
TYPE_PACK_EXPANSION.

* g++.dg/cpp0x/error1.C: New test.

From-SVN: r130745
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/error1.C [new file with mode: 0644]