[dmd-internals] [D-Programming-Language/dmd] 2bcf5d: fix Issue 14596 - Error: e2ir: cannot cast malloc(...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue May 19 11:07:26 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 2bcf5dc2111fea1b99cb03841b93ef4d55d49107
      https://github.com/D-Programming-Language/dmd/commit/2bcf5dc2111fea1b99cb03841b93ef4d55d49107
  Author: Daniel Kozak <kozzi11 at gmail.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M src/cast.c
    M test/fail_compilation/fail_casting.d

  Log Message:
  -----------
  fix Issue 14596 - Error: e2ir: cannot cast malloc(42u) of type void* to type char[]


  Commit: d872b5a308f1580c6a92a19fe90625e837188fe3
      https://github.com/D-Programming-Language/dmd/commit/d872b5a308f1580c6a92a19fe90625e837188fe3
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M src/cast.c
    M test/fail_compilation/fail_casting.d

  Log Message:
  -----------
  Merge pull request #4667 from Kozzi11/14596

fix Issue 14596 - Error: e2ir: cannot cast malloc(42u) of type void* …


Compare: https://github.com/D-Programming-Language/dmd/compare/bd259864438f...d872b5a308f1


More information about the dmd-internals mailing list