https://issues.dlang.org/show_bug.cgi?id=15962
--- Comment #4 from Basile-z <[email protected]> --- I've noticed a couple of times in the past months that some cases of "accept-invalid" bug reports were actually leading to ICE (due to assert) when tested with the debug built. Maybe that really important `assert()` should be turned into ICE using a dedicated function which would itself call `fatal()`. This looks easy at first glance but what would have to be refactored or not is something that should be verified, otherwise it's the same as to stop using "-release" for official binaries. --
