http://d.puremagic.com/issues/show_bug.cgi?id=11182
Summary: dmd crashes on compiling regex
Product: D
Version: D2
Platform: x86_64
OS/Version: Windows
Status: NEW
Severity: critical
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Zhouxuan <[email protected]> 2013-10-06 08:29:49 PDT ---
import std.regex;
void main()
{
enum r = ctRegex!(`*`); //crash
enum r = ctRegex!(`[^]`); //crash
enum r = ctRegex!(`[/]`); //link error only with -debug
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------