https://issues.dlang.org/show_bug.cgi?id=19853
Hiroki Noda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Hiroki Noda <[email protected]> --- minimize. Code: --- import std.regex; void issue19853() { auto r = regex("[\\.\u002e\u3002\uff0e\uff61]"); } --- Console: --- (dmd-2.086.0)$ dmd -c -inline -profile -w issue19853.d /home/kubo39/dlang/dmd-2.086.0/linux/bin64/../../src/phobos/std/regex/internal/parser.d(845): Warning: statement is not reachable dmd -c -inline -profile -w issue19853.d 1.68s user 0.18s system 99% cpu 1.858 total (dmd-2.086.0)$ echo $? 1 --- --
