[dmd-internals] [D-Programming-Language/dmd] ff4931: Fix bug 9364 [ICE] Error: CTFE internal error pain...

GitHub noreply at github.com
Thu Sep 12 15:48:34 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ff49311c47f98366aa54a97b1f797eef7875d737
      https://github.com/D-Programming-Language/dmd/commit/ff49311c47f98366aa54a97b1f797eef7875d737
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-09-10 (Tue, 10 Sep 2013)

  Changed paths:
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Fix bug 9364 [ICE] Error: CTFE internal error painting S*

SymOffExp(v) needs to create a CTFE pointer &v (instead of doing
an invalid type painting operation).


  Commit: fb260fff0adee1d8f375f0f1cdf6f53939e5e354
      https://github.com/D-Programming-Language/dmd/commit/fb260fff0adee1d8f375f0f1cdf6f53939e5e354
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Merge pull request #2546 from donc/pointerice9364ctfe

9364 CTFE internal error painting struct


Compare: https://github.com/D-Programming-Language/dmd/compare/6a90c4df6a25...fb260fff0ade


More information about the dmd-internals mailing list