re PR c++/56679 ([C++11] Cannot take sizeof... a template template parameter pack)
authorJason Merrill <jason@redhat.com>
Thu, 28 Mar 2013 18:20:58 +0000 (14:20 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 28 Mar 2013 18:20:58 +0000 (14:20 -0400)
commitf5e44182eb3a89ef9cf0a51d2898d8f4111252d2
treeb18d61a43d0cc3ed93f82c1521b98a3cfda037e1
parent374b2837482811e9d5a2ec4b2db0dabd67e6d420
re PR c++/56679 ([C++11] Cannot take sizeof... a template template parameter pack)

PR c++/56679
* parser.c (cp_parser_sizeof_pack): Split out from...
(cp_parser_sizeof_operand): ...here.  Require (id).

From-SVN: r197213
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp0x/variadic-sizeof1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/variadic76.C
gcc/testsuite/g++.dg/cpp0x/variadic77.C