[dmd-internals] [D-Programming-Language/dmd] 7c3629: Fix Issue 10883 - [ICE] Internal error: ../ztc/cod...
GitHub
noreply at github.com
Mon Nov 25 04:12:34 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 7c3629ab82f4c0ad4a61f7e657a587c9bb3e2ec7
https://github.com/D-Programming-Language/dmd/commit/7c3629ab82f4c0ad4a61f7e657a587c9bb3e2ec7
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-11-23 (Sat, 23 Nov 2013)
Changed paths:
M src/inline.c
M test/runnable/inline.d
Log Message:
-----------
Fix Issue 10883 - [ICE] Internal error: ../ztc/cod4.c 358 when compiling with -inline
Catch unconditional returns inside other statements to avoid inlining asserts as expressions.
Commit: 29843a11fc354a613501b3ec018c06f53fab2fe2
https://github.com/D-Programming-Language/dmd/commit/29843a11fc354a613501b3ec018c06f53fab2fe2
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M src/inline.c
M test/runnable/inline.d
Log Message:
-----------
Merge pull request #2837 from yebblies/issue10833
Issue 10883 - [ICE] Internal error: ../ztc/cod4.c 358 when compiling with -inline
Compare: https://github.com/D-Programming-Language/dmd/compare/b6b240bdc8e1...29843a11fc35
More information about the dmd-internals
mailing list