Commit 0dc240a4 by Paolo Carlini Committed by Paolo Carlini

re PR c++/62276 (ICE when non-variadic template template parameter is default…

re PR c++/62276 (ICE when non-variadic template template parameter is default argument of variadic template template parameter)

2014-01-16  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/62276
	* g++.dg/cpp0x/vt-62276.C: New.

From-SVN: r219756
parent 2a37d9d0
2014-01-16 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/62276
* g++.dg/cpp0x/vt-62276.C: New.
2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
PR middle-end/64353
......
// PR c++/62276
// { dg-do compile { target c++11 } }
template <typename T> using bar = T;
template <template <typename...> class F = bar>
void foo() {}
int main() { foo(); }
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