[Issue 10065] Compiler fails without error message for tuple map

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 10 23:23:34 PDT 2013


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



--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-05-10 23:23:33 PDT ---
>From command line:

   dmd -run main.d

The OP code compilation segfaults with 2.062.

But with 2.063a (git head), compiler prints following error messages and occurs
no segfault.

phobos\std\algorithm.d(404): Error: function std.algorithm.MapResult!(adjoin,
Result).MapResult.back cannot get
frame pointer to adjoin
phobos\std\algorithm.d(438): Error: function std.algorithm.MapResult!(adjoin,
Result).MapResult.front cannot get frame pointer to adjoin
phobos\std\algorithm.d(450): Error: function std.algorithm.MapResult!(adjoin,
Result).MapResult.opIndex cannot get frame pointer to adjoin

What version do you use? The issue might be already fixed in git head.

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