[dmd-internals] [D-Programming-Language/dmd] d859a6: fix issue 9904 - typeof(null) can be casted to agg...
GitHub
noreply at github.com
Fri Jun 7 22:19:51 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d859a617045bdf04b39edf14bb782faff642141a
https://github.com/D-Programming-Language/dmd/commit/d859a617045bdf04b39edf14bb782faff642141a
Author: Henning Pohl <henning at still-hidden.de>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M src/expression.c
A test/fail_compilation/fail9904.d
Log Message:
-----------
fix issue 9904 - typeof(null) can be casted to aggregate type if .sizeof
equals size of pointer
Commit: 3c5eb896fb87b788dd0cb7631fbdf8c5cf77d9f2
https://github.com/D-Programming-Language/dmd/commit/3c5eb896fb87b788dd0cb7631fbdf8c5cf77d9f2
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M src/expression.c
A test/fail_compilation/fail9904.d
Log Message:
-----------
Merge pull request #2148 from hpohl/9904
fix issue 9904 - typeof(null) can be casted to aggregate type if .sizeof equals size of pointer
Compare: https://github.com/D-Programming-Language/dmd/compare/21c30ac9dea4...3c5eb896fb87
More information about the dmd-internals
mailing list