[dmd-internals] [D-Programming-Language/dmd] 82dca4: fix Issue 14207 - [CTFE] ICE on unsupported reinte...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Apr 4 13:49:08 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 82dca4ae9707fd91f4291088a3304e580cd9cd33
      https://github.com/D-Programming-Language/dmd/commit/82dca4ae9707fd91f4291088a3304e580cd9cd33
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    M src/ctfeexpr.c
    M src/interpret.c
    A test/fail_compilation/ctfe14207.d

  Log Message:
  -----------
  fix Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time

The problematic code in isSafePointerCast() was introduced in pull 2612 to fix regression 10687.


  Commit: b99758d01518e7bc51457d3f0d763a6c0923ffc1
      https://github.com/D-Programming-Language/dmd/commit/b99758d01518e7bc51457d3f0d763a6c0923ffc1
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-04-04 (Sat, 04 Apr 2015)

  Changed paths:
    M src/ctfeexpr.c
    M src/interpret.c
    A test/fail_compilation/ctfe14207.d

  Log Message:
  -----------
  Merge pull request #4545 from 9rnsr/fix14207

[REG2.065] Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time


Compare: https://github.com/D-Programming-Language/dmd/compare/94c14ed8cb41...b99758d01518


More information about the dmd-internals mailing list