Commit b0765568 by Jason Merrill

re PR c++/58648 ([c++11] ICE with variadic template)

	PR c++/58648
	* g++.dg/cpp0x/variadic153.C: New.

From-SVN: r208202
parent 93aaa05d
// PR c++/58648
// { dg-require-effective-target c++11 }
template<int, typename...T, T...> int foo();
int i = foo<0>();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment