Commit 506ac72b by Paolo Carlini Committed by Paolo Carlini

re PR c++/60432 (Member pointer resolution within class definition causes segmentation fault)

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

	PR c++/60432
	* g++.dg/cpp0x/constexpr-60432.C: New.

From-SVN: r211312
parent 58e5400a
2014-06-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60432
* g++.dg/cpp0x/constexpr-60432.C: New.
2014-06-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60199
* g++.dg/cpp0x/constexpr-60199.C: New.
......
// PR c++/60432
// { dg-do compile { target c++11 } }
struct A
{
int a;
static constexpr int A::*p = &A::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