[Issue 7107] Compiled program aborts when using foreach and std.regex.splitter

2014-05-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7107

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/33f2ab82bd9fb51d88927b8048d88c30ea44111e
Remove code for bug 7107 and 10296 because they are unnecessary anymore.

Now instantiated symbols can reach correct "parent" via `Dsymbol::toParent2()`,
because `TemplateInstance::enclosing` is properly calculated in
`TemplateInstance::hasNestedArgs`.

--


[Issue 7107] Compiled program aborts when using foreach and std.regex.splitter

2012-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7107


Dmitry Olshansky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dmitry.o...@gmail.com
 Resolution||WORKSFORME


--- Comment #2 from Dmitry Olshansky  2012-04-19 
10:52:44 PDT ---
Can't reproduce with 2.059 on Fedora x86_64.

I tried:
dmd x.d 
dmd -inline -O x.d
dmd -m64 -inline -O x.d
dmd -m64 -inline x.d

All work. It's either a problem with your specific setup or it was fixed
somewhere between 2.057-2.059.

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


[Issue 7107] Compiled program aborts when using foreach and std.regex.splitter

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7107



--- Comment #1 from Kenji Hara  2011-12-14 04:26:02 PST ---
This problem does not occurs in Windows 7 64bit.

Output is:

hoge fuga
9


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