[Issue 5678] new enum struct re-allocated at compile time

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5678



--- Comment #2 from bearophile_h...@eml.cc 2011-04-16 06:46:24 PDT ---
Is the same problem with associative arrays in another bug report?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5678] new enum struct re-allocated at compile time

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5678



--- Comment #3 from Don clugd...@yahoo.com.au 2011-04-16 22:26:16 PDT ---
(In reply to comment #2)
 Is the same problem with associative arrays in another bug report?

The general bug, which includes AAs, was fixed with this commit:

https://github.com/donc/dmd/commit/fc67046cf1e66182d959309fb15ef9e2d4c266b9

The only thing which was unique to this one is the use of 'new'.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5678] new enum struct re-allocated at compile time

2011-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5678


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||clugd...@yahoo.com.au
 Resolution||FIXED


--- Comment #1 from Don clugd...@yahoo.com.au 2011-04-15 22:34:17 PDT ---
Fixed
https://github.com/D-Programming-Language/dmd/commit/47d46bf1364c63df5bb01406db4098c771d701dd

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---