[dmd-internals] [D-Programming-Language/dmd] bf5ec0: Fix inliner bug that manifests on 12095's test cas...
GitHub
noreply at github.com
Sun Feb 9 00:29:08 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: bf5ec0394c501e55bb6db4d34b6a6c8b891ba321
https://github.com/D-Programming-Language/dmd/commit/bf5ec0394c501e55bb6db4d34b6a6c8b891ba321
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M src/inline.c
Log Message:
-----------
Fix inliner bug that manifests on 12095's test case
Commit: 97efeeae685f18a33b2090e08792e5f64d33b211
https://github.com/D-Programming-Language/dmd/commit/97efeeae685f18a33b2090e08792e5f64d33b211
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M src/backend/cgelem.c
M test/runnable/mars1.d
Log Message:
-----------
Fix Issue 12095 - Wrong code with -O -inline
Commit: 292a4b96346983cd67ca9398b54a3a143fad756b
https://github.com/D-Programming-Language/dmd/commit/292a4b96346983cd67ca9398b54a3a143fad756b
Author: Walter Bright <walter at walterbright.com>
Date: 2014-02-09 (Sun, 09 Feb 2014)
Changed paths:
M src/backend/cgelem.c
M src/inline.c
M test/runnable/mars1.d
Log Message:
-----------
Merge pull request #3231 from yebblies/issue12095
Issue 12095 - Wrong code with -O -inline
Compare: https://github.com/D-Programming-Language/dmd/compare/ae5e8fa7ab0b...292a4b963469
More information about the dmd-internals
mailing list