[dmd-internals] [D-Programming-Language/dmd] d8361c: Fix issue 9236 CTFE ice on switch + with(EnumType)

GitHub noreply at github.com
Tue Jan 8 06:40:57 PST 2013


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

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

  Log Message:
  -----------
  Fix issue 9236 CTFE ice on switch + with(EnumType)

When it's with(Type), dont try to interpret it, it's a no-op.


  Commit: 193f638e9cdb66360df18a7d73f2234c7823ebfa
      https://github.com/D-Programming-Language/dmd/commit/193f638e9cdb66360df18a7d73f2234c7823ebfa
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

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

  Log Message:
  -----------
  Merge pull request #1440 from donc/ctfe9236_switchwith

9236 CTFE ice on switch + with(EnumType)


Compare: https://github.com/D-Programming-Language/dmd/compare/c9bdd194f315...193f638e9cdb


More information about the dmd-internals mailing list