https://issues.dlang.org/show_bug.cgi?id=17383
--- Comment #1 from [email protected] --- This snippet will kill the compiler when compiling with optimizations on (-O optimize) ----------bug.d---------- bool bug(double d) { return d % 2 != 0; } ----------bug.d---------- dmd -c -O bug.d Internal error: backend\cg87.c 1517 dmd --version DMD32 D Compiler v2.073.0 Copyright (c) 1999-2016 by Digital Mars written by Walter Bright --
