[dmd-internals] [D-Programming-Language/dmd] 567f58: Fix Issue 12640 - Avoid fallthrough diagnostics wh...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Apr 25 04:29:21 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 567f589ebd6a49c2420c38a44e5469d47956f46c
https://github.com/D-Programming-Language/dmd/commit/567f589ebd6a49c2420c38a44e5469d47956f46c
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/diag12640.d
Log Message:
-----------
Fix Issue 12640 - Avoid fallthrough diagnostics when the last case/default statement in a switch failed semantic analysis.
Commit: c5ebee1dc7c41f53eaa9b86c44c6059fbd58ebad
https://github.com/D-Programming-Language/dmd/commit/c5ebee1dc7c41f53eaa9b86c44c6059fbd58ebad
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/diag12640.d
Log Message:
-----------
Merge pull request #3496 from AndrejMitrovic/Fix12640
Issue 12640 - Avoid fallthrough diagnostics when the last case/default statement failed.
Compare: https://github.com/D-Programming-Language/dmd/compare/3a50fa40059a...c5ebee1dc7c4
More information about the dmd-internals
mailing list