Commit 973f026a by Jason Merrill Committed by Jason Merrill

re PR c++/44810 (FAIL: g++.dg/torture/pr36745.C)

	PR c++/44810
	* g++.dg/torture/pr36745.C: Avoid undefined behavior.

From-SVN: r162189
parent 535335bf
2010-07-14 Jason Merrill <jason@redhat.com>
PR c++/44810
* g++.dg/torture/pr36745.C: Avoid undefined behavior.
Implement C++0x unrestricted unions (N2544)
* g++.dg/cpp0x/union1.C: New.
* g++.dg/cpp0x/union2.C: New.
......
......@@ -52,6 +52,7 @@ public: inline QMap ():d (&QMapData::shared_null)
};
struct QVectorData
{
QBasicAtomicInt ref;
static QVectorData shared_null;
};
template < typename T > struct QVectorTypedData
......
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