Commit d5cec9c4 by Marek Polacek Committed by Marek Polacek

re PR c++/68116 (ice in add_expr, at tree.c:7840)

	PR c++/68116
	* g++.dg/cpp0x/pr68116.C: New test.

From-SVN: r231412
parent 8498c16b
2015-12-08 Marek Polacek <polacek@redhat.com>
PR c++/68116
* g++.dg/cpp0x/pr68116.C: New test.
2015-12-08 Kirill Yukhin <kirill.yukhin@intel.com>
* gfortran.dg/pr68627.f: Use '!ia32' instead' of 'lp64' in target
......
// PR c++/68116
// { dg-do compile { target c++11 } }
class C {
void foo ();
typedef void (C::*T) (int);
static T b[];
};
C::T C::b[]
{
T (&C::foo)
};
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