Commit 7070a0fa by Paolo Carlini Committed by Paolo Carlini

re PR c++/67249 ([concepts] ICE parsing f(pair<auto, concept>))

2015-11-26  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/67249
	* g++.dg/concepts/pr67249.C: New.

From-SVN: r230947
parent f0e87513
2015-11-26 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/67249
* g++.dg/concepts/pr67249.C: New.
2015-11-26 Richard Biener <rguenther@suse.de> 2015-11-26 Richard Biener <rguenther@suse.de>
PR testsuite/66799 PR testsuite/66799
......
// { dg-options "-std=c++1z" }
template<class T> concept bool C1 = true;
template<class A, class B> struct Pair {};
void f(Pair<auto, C1>);
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