[dmd-internals] [D-Programming-Language/dmd] ac4de3: fix Issue 13113 - cannot build druntime's gc.d wit...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Jul 20 14:52:38 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ac4de32709c2fafd0bd73222458f6899e0e2641c
https://github.com/D-Programming-Language/dmd/commit/ac4de32709c2fafd0bd73222458f6899e0e2641c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M src/func.c
M test/runnable/testinvariant.d
Log Message:
-----------
fix Issue 13113 - cannot build druntime's gc.d with -debug=INVARIANT, bad @nogc inference?
Bypass attribute check on direct invariant calls.
Commit: 8e56b9faffb2c9a3d9e1d6c3a0c74ffc9c486033
https://github.com/D-Programming-Language/dmd/commit/8e56b9faffb2c9a3d9e1d6c3a0c74ffc9c486033
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-20 (Sun, 20 Jul 2014)
Changed paths:
M src/func.c
M test/runnable/testinvariant.d
Log Message:
-----------
Merge pull request #3775 from 9rnsr/fix13113
Issue 13113 - cannot build druntime's gc.d with -debug=INVARIANT, bad @nogc inference?
Compare: https://github.com/D-Programming-Language/dmd/compare/82b031c22f18...8e56b9faffb2
More information about the dmd-internals
mailing list