[dmd-internals] [D-Programming-Language/dmd] fde72f: Fix issue 8484 [CTFE] ICE(interpret.c) calling mem...

GitHub noreply at github.com
Tue Sep 11 15:23:58 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: fde72f585147009078d14eeb82b18cd91b00490e
      https://github.com/D-Programming-Language/dmd/commit/fde72f585147009078d14eeb82b18cd91b00490e
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-08-23 (Thu, 23 Aug 2012)

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

  Log Message:
  -----------
  Fix issue 8484 [CTFE] ICE(interpret.c) calling member of class passed by reference

We need to resolve references before determining which function to call.


  Commit: 09b3f63dda57725ad0bf6947b59011aa00520971
      https://github.com/D-Programming-Language/dmd/commit/09b3f63dda57725ad0bf6947b59011aa00520971
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

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

  Log Message:
  -----------
  Merge pull request #1093 from donc/ctfe8474classref

8484 [CTFE] ICE(interpret.c) calling member of class passed by ref


Compare: https://github.com/D-Programming-Language/dmd/compare/4245097ee3d9...09b3f63dda57


More information about the dmd-internals mailing list