[dmd-internals] [D-Programming-Language/dmd] b3dc0e: Fix issue 9445 ICE(interpret.c) calling parameter ...

GitHub noreply at github.com
Mon Apr 8 05:19:00 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b3dc0e56eab752fdefc9b591bba6523601514bd2
      https://github.com/D-Programming-Language/dmd/commit/b3dc0e56eab752fdefc9b591bba6523601514bd2
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

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

  Log Message:
  -----------
  Fix issue 9445 ICE(interpret.c) calling parameter in CTFE

Typo: should be checking variable has a value, not getting the value
(which will ICE if it has no value).


  Commit: d5410811d51f969f563b3433b76c5518b0470e92
      https://github.com/D-Programming-Language/dmd/commit/d5410811d51f969f563b3433b76c5518b0470e92
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-04-08 (Mon, 08 Apr 2013)

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

  Log Message:
  -----------
  Merge pull request #1870 from donc/ice9445ctfe

9445 ICE(interpret.c) calling parameter in CTFE


Compare: https://github.com/D-Programming-Language/dmd/compare/cb977805169e...d5410811d51f


More information about the dmd-internals mailing list