[dmd-internals] [D-Programming-Language/dmd] df25f3: Remove delete and goto from interpret.c
GitHub
noreply at github.com
Fri Jun 28 02:39:04 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: df25f3240bf9de214d98719d1f71e07d07e7145e
https://github.com/D-Programming-Language/dmd/commit/df25f3240bf9de214d98719d1f71e07d07e7145e
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M src/interpret.c
Log Message:
-----------
Remove delete and goto from interpret.c
In almost all cases, these were in response to internal compiler errors.
The ICEs should produce visible error messages rather than silent
failures.
Commit: ab3ae03d383c73007a59e1ea4b5ef55d56076951
https://github.com/D-Programming-Language/dmd/commit/ab3ae03d383c73007a59e1ea4b5ef55d56076951
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M src/interpret.c
Log Message:
-----------
Merge pull request #2268 from donc/remove_interpret_deletes
Remove delete and goto from interpret.c
Compare: https://github.com/D-Programming-Language/dmd/compare/64a556103785...ab3ae03d383c
More information about the dmd-internals
mailing list