Commit 08f0a739 by Paolo Carlini Committed by Paolo Carlini

re PR c++/80412 ([c++17] crash with class template deduction guide and inheritance)

2017-10-11  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/80412
	* g++.dg/cpp1z/class-deduction44.C: New.

From-SVN: r253632
parent 1d14f58c
2017-10-11 Paolo Carlini <paolo.carlini@oracle.com> 2017-10-11 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/80412
* g++.dg/cpp1z/class-deduction44.C: New.
2017-10-11 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/82230 PR c++/82230
* g++.dg/cpp1y/lambda-generic-ice8.C: New. * g++.dg/cpp1y/lambda-generic-ice8.C: New.
......
// PR c++/80412
// { dg-options -std=c++17 }
template <typename> struct A;
template <typename> struct B : A < B { , // { dg-error "" }
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