[Issue 6178] Struct inside the AA are not init correctly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Dec 28 05:58:48 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6178
SomeDude <lovelydear at mailmetrash.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lovelydear at mailmetrash.com
--- Comment #11 from SomeDude <lovelydear at mailmetrash.com> 2012-12-28 05:58:45 PST ---
Different output for different compilers:
http://dpaste.dzfl.pl/c94eea76
Success with GDC 2.060 both 32/64 bits
0 opAssign called
1 dtor called
0 dtor called
Fails identically with LDC 2.060 32 and 64 bits
-1 opAssign called
1 dtor called
-1 dtor called
Success with DMD 2.060 32 bits, fails in 64 bits
Compilation error with Git HEAD 32 bits and failure in 64 bits
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list