November 17, 2013 [dmd-internals] [D-Programming-Language/dmd] 0d3bc2: fix Issue 10770 - is(T BASE==enum) with tag enum T... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0d3bc27d3ad231bd3761038a011ff30b0954f965 https://github.com/D-Programming-Language/dmd/commit/0d3bc27d3ad231bd3761038a011ff30b0954f965 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-11-17 (Sun, 17 Nov 2013) Changed paths: M src/enum.c M src/expression.c M src/mtype.c A test/fail_compilation/ice10770.d M test/fail_compilation/ice8511.d Log Message: ----------- fix Issue 10770 - is(T BASE==enum) with tag enum T - AssertFail:'type' line 428 declaration.c TypeEnum::toBasetype does not cause fwdref error for named opaque enum type Commit: 2e026ba7f01726b7075fa39f1bb36ae969f493ac https://github.com/D-Programming-Language/dmd/commit/2e026ba7f01726b7075fa39f1bb36ae969f493ac Author: Walter Bright <walter@walterbright.com> Date: 2013-11-17 (Sun, 17 Nov 2013) Changed paths: M src/enum.c M src/expression.c M src/mtype.c A test/fail_compilation/ice10770.d M test/fail_compilation/ice8511.d Log Message: ----------- Merge pull request #2795 from 9rnsr/fix10770 Issue 10770 - is(T BASE==enum) with tag enum T - AssertFail:'type' line 428 declaration.c Compare: https://github.com/D-Programming-Language/dmd/compare/4804d76c96c4...2e026ba7f017 |
Copyright © 1999-2021 by the D Language Foundation