[dmd-internals] [D-Programming-Language/dmd] f13ce3: fix Issue 9418 - Segmentation fault using only dat...
GitHub
noreply at github.com
Wed Feb 6 00:47:18 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f13ce3739b2a15c18a3e0923507a6652bda4c288
https://github.com/D-Programming-Language/dmd/commit/f13ce3739b2a15c18a3e0923507a6652bda4c288
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M src/e2ir.c
A test/fail_compilation/fail9418.d
Log Message:
-----------
fix Issue 9418 - Segmentation fault using only datetime and stdio.
At least glue layer should reject invalid array-operation, as same as NegExp, BinExp, PowAssignExp, and PowExp.
Commit: 3617db071c687524b763ba333399e95369a0d453
https://github.com/D-Programming-Language/dmd/commit/3617db071c687524b763ba333399e95369a0d453
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M src/e2ir.c
M test/fail_compilation/fail9418.d
Log Message:
-----------
fix Issue 9458 - ModExp generates invalid code against array operands
Commit: cf85813054054dfe6605ef1f184bf12eab668c1e
https://github.com/D-Programming-Language/dmd/commit/cf85813054054dfe6605ef1f184bf12eab668c1e
Author: Walter Bright <walter at walterbright.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M src/e2ir.c
A test/fail_compilation/fail9418.d
Log Message:
-----------
Merge pull request #1628 from 9rnsr/fix9418
Issue 9418 + 9458 - Invalid array operation should be rejected in glue layer
Compare: https://github.com/D-Programming-Language/dmd/compare/53781ffb98ec...cf8581305405
More information about the dmd-internals
mailing list