[dmd-internals] [D-Programming-Language/dmd] 4ae287: fix Issue 9781 - -inline will cause backend ICE
GitHub
noreply at github.com
Mon Apr 8 22:11:35 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4ae287b83ac939a767bbff392a8e931684f4827b
https://github.com/D-Programming-Language/dmd/commit/4ae287b83ac939a767bbff392a8e931684f4827b
Author: Martin Nowak <code at dawg.eu>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M src/backend/cgelem.c
M test/runnable/test42.d
Log Message:
-----------
fix Issue 9781 - -inline will cause backend ICE
- this rewrite created a const elem with type TYvoid
which caused the backend assert in evalu8
Commit: 30885aff04bc8fce1c6bf23bd3619815a515a843
https://github.com/D-Programming-Language/dmd/commit/30885aff04bc8fce1c6bf23bd3619815a515a843
Author: Martin Nowak <code at dawg.eu>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M src/backend/cgelem.c
Log Message:
-----------
the same applies to elandand
Commit: 7bf44a9a3a52ae61142307fd71d69f6708020337
https://github.com/D-Programming-Language/dmd/commit/7bf44a9a3a52ae61142307fd71d69f6708020337
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M src/backend/cgelem.c
M test/runnable/test42.d
Log Message:
-----------
Merge pull request #1874 from dawgfoto/fix9781
fix Issue 9781 - -inline will cause backend ICE
Compare: https://github.com/D-Programming-Language/dmd/compare/94e608ad923e...7bf44a9a3a52
More information about the dmd-internals
mailing list