Commit 790cc674 by Paolo Carlini Committed by Paolo Carlini

re PR c++/79626 (ICE on invalid code in build_temp (call.c:6489))

2018-02-12  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/79626
	* g++.dg/template/crash129.C: New.

From-SVN: r257583
parent b9aba9fd
2018-02-12 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/79626
* g++.dg/template/crash129.C: New.
2018-02-12 Olga Makhotina <olga.makhotina@intel.com>
PR target/83828
......
// PR c++/79626
template <class a, class> struct b
{ b(); b(b &); b(b< a, a >); }; // { dg-error "invalid constructor" }
int c(b< int, int >(b< int, int >()); // { 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