Commit 52df8bd9 by Paolo Carlini

re PR c++/84606 (internal compiler error: Segmentation fault (enclosing_instantiation_of()))

2018-03-29  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/84606
	* g++.dg/cpp0x/pr84606.C: New.

From-SVN: r258947
parent dd385199
2018-03-20 Carl Love <cel@us.ibm.com>
2018-03-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/84606
* g++.dg/cpp0x/pr84606.C: New.
2018-03-29 Carl Love <cel@us.ibm.com>
Revert
2017-09-27 Carl Love <cel@us.ibm.com>
......
// { dg-do compile { target c++11 } }
template<typename>
struct s {
struct {
void __attribute__((common([] { struct d }))) g(); // { dg-error "expected|attribute" }
} f;
};
s<int> a {};
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