[dmd-internals] [D-Programming-Language/dmd] 115311: Fix Issue 11552 - Missing label is not caught duri...
GitHub
noreply at github.com
Tue Nov 19 23:42:19 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 115311541146ad57449a5e6ff8ecceffa670a0cb
https://github.com/D-Programming-Language/dmd/commit/115311541146ad57449a5e6ff8ecceffa670a0cb
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-11-19 (Tue, 19 Nov 2013)
Changed paths:
M src/arraytypes.h
M src/declaration.h
M src/func.c
M src/s2ir.c
M src/statement.c
M src/statement.h
A test/fail_compilation/fail11552.d
A test/fail_compilation/ice11552.d
Log Message:
-----------
Fix Issue 11552 - Missing label is not caught during semantic
Commit: 25552cf6dfcc5aaa530fd0e786864f952815449e
https://github.com/D-Programming-Language/dmd/commit/25552cf6dfcc5aaa530fd0e786864f952815449e
Author: Walter Bright <walter at walterbright.com>
Date: 2013-11-19 (Tue, 19 Nov 2013)
Changed paths:
M src/arraytypes.h
M src/declaration.h
M src/func.c
M src/s2ir.c
M src/statement.c
M src/statement.h
A test/fail_compilation/fail11552.d
A test/fail_compilation/ice11552.d
Log Message:
-----------
Merge pull request #2825 from yebblies/issue11552
Issue 11552 - Missing label is not caught during semantic
Compare: https://github.com/D-Programming-Language/dmd/compare/a056630949c5...25552cf6dfcc
More information about the dmd-internals
mailing list