https://issues.dlang.org/show_bug.cgi?id=14207
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/82dca4ae9707fd91f4291088a3304e580cd9cd33 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. https://github.com/D-Programming-Language/dmd/commit/b99758d01518e7bc51457d3f0d763a6c0923ffc1 Merge pull request #4545 from 9rnsr/fix14207 [REG2.065] Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time --
