Bug 9033 – Remove __thread from the language

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-11-16T02:01:00Z
Last change time
2013-02-25T22:48:16Z
Keywords
pull
Assigned to
nobody
Creator
clugdbug

Comments

Comment #0 by clugdbug — 2012-11-16T02:01:44Z
It is obsolete, but fairly harmless since __keywords are reserved words anyway. It was never really part of the language. It was listed in the changelog as: "Added __thread storage class for thread local storage. This is for testing purposes only to check out the machinery in the back end. The front end design of this will change." (2.013, Apr 2008). It was made completely obsolete by 2.030 (May 2009). First step is to remove it from the website. It also needs to be removed from the test suite, and then dropped from the compiler.
Comment #1 by github-bugzilla — 2012-11-16T06:41:15Z
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/commit/bd673ff02558131ae7b79803c606f812d633075a Bug 9033 Remove __thread from list of keywords It was used only for internal testing, never documented, and has been obsolete for three years. https://github.com/D-Programming-Language/d-programming-language.org/commit/a33fdf6db0705408b6722925f3049d30978a9390 Merge pull request #198 from donc/remove__thread Bug 9033 Remove __thread from list of keywords
Comment #2 by andrej.mitrovich — 2013-02-04T12:32:13Z
Comment #3 by github-bugzilla — 2013-02-25T22:38:37Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/20ef96fe1d5c1631f5aead01873f17ca85cc944b Fixes Issue 9033 - Remove __thread from the language. https://github.com/D-Programming-Language/dmd/commit/709d575c4412298d90d68b9f55c30d3c4702e9e3 Merge pull request #1616 from AndrejMitrovic/Fix9033 Issue 9033 - Remove __thread from the language.