[dmd-internals] [D-Programming-Language/dmd] 83bf7e: fix Issue 13938 - IASM shouldn't be able to access...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Jan 10 17:21:44 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 83bf7e53b2a8505444ba1eda1555aee177017749
https://github.com/D-Programming-Language/dmd/commit/83bf7e53b2a8505444ba1eda1555aee177017749
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M src/iasm.c
A test/fail_compilation/fail13938.d
Log Message:
-----------
fix Issue 13938 - IASM shouldn't be able to access TLS variables
Commit: c9a383cb926580c22a9219619750bc801eb9b159
https://github.com/D-Programming-Language/dmd/commit/c9a383cb926580c22a9219619750bc801eb9b159
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M src/iasm.c
M test/Makefile
A test/fail_compilation/fail13939.d
M test/runnable/s2ir.d
Log Message:
-----------
fix Issue 13939 - IASM shouldn't access global symbol with PIC code
Commit: 756cda4c5a73ac35c7f48faae20de73493d210a4
https://github.com/D-Programming-Language/dmd/commit/756cda4c5a73ac35c7f48faae20de73493d210a4
Author: Walter Bright <walter at walterbright.com>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M src/iasm.c
M test/Makefile
A test/fail_compilation/fail13938.d
A test/fail_compilation/fail13939.d
M test/runnable/s2ir.d
Log Message:
-----------
Merge pull request #4260 from 9rnsr/fix_iasm
Issue 13938 & 13939 - Disallow non-trivial variable accesses in iasm
Compare: https://github.com/D-Programming-Language/dmd/compare/fa4ae8023905...756cda4c5a73
More information about the dmd-internals
mailing list