June 15, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: f045517cd791064a1f5dd1c2172a86f8a245d933
      https://github.com/D-Programming-Language/dmd/commit/f045517cd791064a1f5dd1c2172a86f8a245d933
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2013-06-15 (Sat, 15 Jun 2013)

  Changed paths:
    M src/ctfeexpr.c

  Log Message:
  -----------
  Add assert to detect missing EXP_CANT_INTERPERT initialization.

It is rather difficult to debug, as the pointer is never actually dereferenced.


  Commit: 2baedd1861a26987da776c1708f2677d19f0ce9f
      https://github.com/D-Programming-Language/dmd/commit/2baedd1861a26987da776c1708f2677d19f0ce9f
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2013-06-15 (Sat, 15 Jun 2013)

  Changed paths:
    M src/ctfeexpr.c

  Log Message:
  -----------
  Merge pull request #2184 from klickverbot/interpret-errorexp-assert

Add assert to detect missing EXP_CANT_INTERPERT initialization.


Compare: https://github.com/D-Programming-Language/dmd/compare/a9fa72432981...2baedd1861a2