[dmd-internals] [D-Programming-Language/dmd] c779ec: fix Issue 7104 - linker error on void main(){ type...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Mar 3 23:25:01 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c779ec72240f6b110af0b9f3a0d3cc4a0bf271ee
https://github.com/D-Programming-Language/dmd/commit/c779ec72240f6b110af0b9f3a0d3cc4a0bf271ee
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M src/expression.c
M src/inline.c
M src/toobj.c
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new typeof(c); }
Commit: e59c181051348d4b3a2c2fc0168dca36ab8958fd
https://github.com/D-Programming-Language/dmd/commit/e59c181051348d4b3a2c2fc0168dca36ab8958fd
Author: Walter Bright <walter at walterbright.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M src/expression.c
M src/inline.c
M src/toobj.c
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #4453 from 9rnsr/fix7104
Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new typeof(c); }
Compare: https://github.com/D-Programming-Language/dmd/compare/dfaf88409d21...e59c18105134
More information about the dmd-internals
mailing list