[Issue 6364] Static struct's destructor called on exit of function

2012-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6364 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6364] Static struct's destructor called on exit of function

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6364 --- Comment #3 from Andrej Mitrovic 2012-01-06 09:24:52 PST --- (In reply to comment #2) > https://github.com/D-Programming-Language/dmd/pull/612 > > NOTE: This patch does not fix "dtor is never called on global variable" > problem > (it is

[Issue 6364] Static struct's destructor called on exit of function

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6364 Kenji Hara changed: What|Removed |Added Keywords||patch, wrong-code Platform|Other

[Issue 6364] Static struct's destructor called on exit of function

2012-01-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6364 --- Comment #1 from Andrej Mitrovic 2012-01-04 07:07:56 PST --- (In reply to comment #0) To clarify: It should print 1 both times. I think the dtor should run on app exit, since it's a static variable. -- Configure issuemail: http://d.purema