https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88866
Bug ID: 88866
Summary: g++.dg/cpp0x/variadic126.C fails with -std=c++2a
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mpolacek at gcc dot gnu.org
Target Milestone: ---
FAIL: g++.dg/cpp0x/variadic126.C -std=c++2a (test for errors, line 6)
FAIL: g++.dg/cpp0x/variadic126.C -std=c++2a (test for excess errors)
error: type/value mismatch at argument 1 in template parameter list for
'template<class ...> struct A'
error: expected '{' before ';' token
starting with r267741. Perhaps we need tentative parsing after all...