digitalmars.D.bugs - [Issue 6729] New: [ICE] (backend\symbol.c) With tupleof of 2-items tuple
- d-bugmail puremagic.com (28/28) Sep 25 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6729
- d-bugmail puremagic.com (11/11) Jan 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=6729
http://d.puremagic.com/issues/show_bug.cgi?id=6729 Summary: [ICE] (backend\symbol.c) With tupleof of 2-items tuple Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc --- Comment #0 from bearophile_hugs eml.cc 2011-09-25 11:08:27 PDT --- import std.algorithm: map; struct Foo { int x, y; } Foo[] bar(int) { return [Foo(1, 2)]; } void main() { auto r = map!bar([1]); auto ab = r.front[0].tupleof; } This program causes a DMD crash if I compile it with -inline: Internal error: backend\symbol.c 1032 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 25 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6729 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-01-06 01:36:27 PST --- *** This issue has been marked as a duplicate of issue 4940 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 06 2012