digitalmars.D.bugs - [Issue 7578] New: ICE on indexing result of vararg opDispatch
- d-bugmail puremagic.com (31/31) Feb 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7578
- d-bugmail puremagic.com (10/10) Feb 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7578
- d-bugmail puremagic.com (10/10) Mar 04 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7578
- d-bugmail puremagic.com (11/11) Apr 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7578
- d-bugmail puremagic.com (12/12) Jun 11 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7578
http://d.puremagic.com/issues/show_bug.cgi?id=7578 Summary: ICE on indexing result of vararg opDispatch Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: dawg dawgfoto.de --- Comment #0 from dawg dawgfoto.de 2012-02-25 02:32:32 PST --- cat > bug.d << CODE struct Foo { static int[] opDispatch(string op, Args...)(Args) { return [0]; } } void foo() { Foo.attrs[0] = 1; } CODE dmd -c bug ---- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 25 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7578 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice, pull --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-02-25 20:41:06 PST --- https://github.com/D-Programming-Language/dmd/pull/763 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 25 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7578 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zan77137 nifty.com --- Comment #2 from Kenji Hara <k.hara.pg gmail.com> 2012-03-04 00:37:32 PST --- *** Issue 7642 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 04 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7578 SomeDude <lovelydear mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear mailmetrash.com --- Comment #3 from SomeDude <lovelydear mailmetrash.com> 2012-04-20 02:04:52 PDT --- Wow, that one compiles, but its execution on Windows XP (under Powershell) starts the ntvdm.exe (16-bit Virtual Machine) !! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 20 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7578 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Kenji Hara <k.hara.pg gmail.com> 2012-06-11 22:36:40 PDT --- Already fixed. https://github.com/D-Programming-Language/dmd/commit/f1bb2d86c21298f5a09906d0fb9b09e91178c1af -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 11 2012