[dmd-internals] [D-Programming-Language/dmd] baaa22: Fix issue 5996 ICE(expression.c) CTFE of erroneous...
GitHub
noreply at github.com
Wed Nov 7 12:46:12 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: baaa223916953667ef63c03448201bd1d18bcf48
https://github.com/D-Programming-Language/dmd/commit/baaa223916953667ef63c03448201bd1d18bcf48
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-11-06 (Tue, 06 Nov 2012)
Changed paths:
M src/expression.c
A test/fail_compilation/ice5996.d
Log Message:
-----------
Fix issue 5996 ICE(expression.c) CTFE of erroneous auto return function
When running semantic3 on a function to determine its return value, errors
must not be gagged. There is no chance to re-run semantic3 on it.
Commit: 775f9fee7d8565cad12ee2f97d6741d011c4756d
https://github.com/D-Programming-Language/dmd/commit/775f9fee7d8565cad12ee2f97d6741d011c4756d
Author: Walter Bright <walter at walterbright.com>
Date: 2012-11-07 (Wed, 07 Nov 2012)
Changed paths:
M src/expression.c
A test/fail_compilation/ice5996.d
Log Message:
-----------
Merge pull request #1263 from donc/ice5996speculativeenum
5996 ICE(expression.c) CTFE of erroneous auto return function
Compare: https://github.com/D-Programming-Language/dmd/compare/b67103f39ea6...775f9fee7d85
More information about the dmd-internals
mailing list