[dmd-internals] [D-Programming-Language/dmd] 07954f: fix Issue 11793 - [ICE] Compiler runs out of memor...
GitHub
noreply at github.com
Thu Dec 26 00:32:57 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 07954f1c8f867028ae1d1fc2144bdb9226d2f937
https://github.com/D-Programming-Language/dmd/commit/07954f1c8f867028ae1d1fc2144bdb9226d2f937
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-22 (Sun, 22 Dec 2013)
Changed paths:
M src/interpret.c
A test/fail_compilation/ice11793.d
Log Message:
-----------
fix Issue 11793 - [ICE] Compiler runs out of memory with trivial program: class with own class member instance
Commit: 5fe8b561aa612cef58d88992f65251d0aff84385
https://github.com/D-Programming-Language/dmd/commit/5fe8b561aa612cef58d88992f65251d0aff84385
Author: Walter Bright <walter at walterbright.com>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/interpret.c
A test/fail_compilation/ice11793.d
Log Message:
-----------
Merge pull request #3013 from 9rnsr/fix11793
Issue 11793 - [ICE] Compiler runs out of memory with trivial program: class with own class member instance
Compare: https://github.com/D-Programming-Language/dmd/compare/4369b6d85b5c...5fe8b561aa61
More information about the dmd-internals
mailing list