core.atomic bug? windows 2008r2 dmd 2.69.2 x64

sdv via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 4 16:58:57 PST 2016


struct sts
{
	size_t a1;
	struct m1{
		size_t a9;
		size_t a10;
	}
	shared m1	t1;
}

int main(string[] argv)
{

	auto y1 = new sts();
	cas(&y1.t1,y1.t1,y1.t1);

     return 0;
}


More information about the Digitalmars-d mailing list