[dmd-internals] [D-Programming-Language/dmd] 70c90f: 10610 ICE with CTFE after failed template
GitHub
noreply at github.com
Thu Aug 22 20:44:09 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 70c90ff7da3fb1f007ad8e65e736177af068e8ce
https://github.com/D-Programming-Language/dmd/commit/70c90ff7da3fb1f007ad8e65e736177af068e8ce
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M src/mtype.c
A test/fail_compilation/ice10610.d
Log Message:
-----------
10610 ICE with CTFE after failed template
This is an error propagation bug. Class.staticmember should become
an ErrorExp, if Class was a failed template instantiation.
Commit: a3e447c6f91c48ff9362f6bb609252b0d4d758e8
https://github.com/D-Programming-Language/dmd/commit/a3e447c6f91c48ff9362f6bb609252b0d4d758e8
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M src/mtype.c
A test/fail_compilation/ice10610.d
Log Message:
-----------
Merge pull request #2495 from donc/ice10610ctfe
10610 ICE with CTFE after failed template
Compare: https://github.com/D-Programming-Language/dmd/compare/297a3e0980a6...a3e447c6f91c
More information about the dmd-internals
mailing list