[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #1 from Denis Shelomovskij 2012-05-21 18:12:18 MSD --- Created an attachment (id=1109) Test for bug 8130 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #3 from Denis Shelomovskij 2012-10-10 21:01:09 MSD --- As a proof of this issue odiousness: http://forum.dlang.org/thread/csqzdgdlgtuklmnwa...@forum.dlang.org -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #5 from Walter Bright 2013-04-07 15:30:16 PDT --- https://github.com/D-Programming-Language/d-programming-language.org/pull/313 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receivi

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #6 from github-bugzi...@puremagic.com 2013-04-07 18:53:41 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #7 from github-bugzi...@puremagic.com 2013-04-07 19:14:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/efef6e99ec2d98cd100dd8f028be3389bbb8049

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #8 from github-bugzi...@puremagic.com 2013-04-07 20:23:44 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4efb4c936a6a56e20c8b0056b5011ef39675348

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #9 from Denis Shelomovskij 2013-04-08 10:44:17 MSD --- So, the issue is fixed by documentation improvement. Can you also tell reasons not to change current compiler behavior? -- Configure issuemail: http://d.puremagic.com/issues/

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #10 from Walter Bright 2013-04-08 01:03:59 PDT --- (In reply to comment #9) > So, the issue is fixed by documentation improvement. Can you also tell reasons > not to change current compiler behavior? see https://github.com/D-Progr

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2013-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #11 from Denis Shelomovskij 2013-04-08 12:22:28 MSD --- (In reply to comment #10) > (In reply to comment #9) > > So, the issue is fixed by documentation improvement. Can you also tell > > reasons > > not to change current compiler

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8130 Andrei Alexandrescu changed: What|Removed |Added Version|D1 & D2 |D2 --