[Issue 9634] [CTFE] std.regex.ctRegex chokes on (?:a+)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 17 14:29:31 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9634



--- Comment #4 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2013-04-17 14:29:31 PDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > //uncomment to see that it's a 3rd element of 2 arrays that differs
> > /*
> >     import std.stdio;
> >     writeln("RT version");
> >     writeln(re);
> >     writeln("\n\nCT version");
> >     writeln(re2);
> > */
> 
> For me, it's the second element that differs (DMD32 D Compiler
> v2.063-devel-0630526):
> ---
> RT version
> [Bytecode(10), Bytecode(11), Bytecode(12), Bytecode(13), Bytecode(-1)]
> 
> 
> CT version
> [Bytecode(10), Bytecode(13), Bytecode(12), Bytecode(13), Bytecode(-1)]
> ---

You're right that must a mistake on my part.
It's 2nd one that is different as I'm seeing this exact output.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list