December 18, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: d0e793e0e62d3d11ab9c622e934388d16af51c3b
      https://github.com/D-Programming-Language/dmd/commit/d0e793e0e62d3d11ab9c622e934388d16af51c3b
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-12-18 (Sun, 18 Dec 2011)

  Changed paths:
    M src/declaration.h
  M src/interpret.c

  Log Message:
  -----------
  7043 CTFE: ICE illegal reference value 0LU, only with -inline

This is just an over-zealous assert. The distinction between ref and non-ref CTFE values is no longer useful (and it's arbitrary in some cases), so I've refactored it away.


  Commit: 7b2e88834d594ee11b0d2952a37b451194e34de0
      https://github.com/D-Programming-Language/dmd/commit/7b2e88834d594ee11b0d2952a37b451194e34de0
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-12-18 (Sun, 18 Dec 2011)

  Changed paths:
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Test case for 7043


  Commit: f26ac67f8fdc0732b3f82e99786d0168792cecbd
      https://github.com/D-Programming-Language/dmd/commit/f26ac67f8fdc0732b3f82e99786d0168792cecbd
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-12-18 (Sun, 18 Dec 2011)

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

  Log Message:
  -----------
  Merge pull request #569 from donc/ctfe7043

7043 CTFE: ICE illegal reference value 0LU, only with -inline


Compare: https://github.com/D-Programming-Language/dmd/compare/9642adf...f26ac67