[dmd-internals] [D-Programming-Language/dmd] bdd7d5: fix Issue 14923 - ICE: Assertion failed: (tret->ty...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Aug 24 04:22:57 PDT 2015
Branch: refs/heads/stable
Home: https://github.com/D-Programming-Language/dmd
Commit: bdd7d5bf7b5dd148ab0dd0087b2754b0b6867ce7
https://github.com/D-Programming-Language/dmd/commit/bdd7d5bf7b5dd148ab0dd0087b2754b0b6867ce7
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M src/statement.c
A test/fail_compilation/ice14923.d
Log Message:
-----------
fix Issue 14923 - ICE: Assertion failed: (tret->ty != Tvoid), function semantic3, file func.c, line 1736.
Commit: d780e3114333c17056e78f982012f37ca141e958
https://github.com/D-Programming-Language/dmd/commit/d780e3114333c17056e78f982012f37ca141e958
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M src/statement.c
A test/fail_compilation/ice14923.d
Log Message:
-----------
Merge pull request #4949 from 9rnsr/fix14923
[REG2.067] Issue 14923 - ICE: Assertion failed: (tret->ty != Tvoid), function semantic3, file func.c, line 1736.
Compare: https://github.com/D-Programming-Language/dmd/compare/d16e409431c6...d780e3114333
More information about the dmd-internals
mailing list