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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 17 14:20:35 PDT 2013


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



--- Comment #3 from Nils <nilsbossung at googlemail.com> 2013-04-17 14:20:35 PDT ---
(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)]
---

-- 
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