Commit 6e939407 by Paolo Carlini Committed by Paolo Carlini

re PR c++/60771 (static in-class constexpr const reference initialization)

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

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

From-SVN: r217708
parent c8196921
2014-11-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60771
* g++.dg/cpp0x/constexpr-ref6.C: New.
2014-11-18 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/neon/vbicQs16.c: Regenerate.
......
// PR c++/60771
// { dg-do compile { target c++11 } }
struct A {
static constexpr int const& ref = 5;
};
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