Thread overview
[Issue 7578] New: ICE on indexing result of vararg opDispatch
Feb 25, 2012
dawg@dawgfoto.de
Feb 26, 2012
Kenji Hara
Mar 04, 2012
Kenji Hara
Apr 20, 2012
SomeDude
Jun 12, 2012
Kenji Hara
February 25, 2012
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: -------
February 26, 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: -------
March 04, 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: -------
April 20, 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: -------
June 12, 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: -------