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


Richard Webb <we...@beardmouse.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |we...@beardmouse.org.uk


--- Comment #8 from Richard Webb <we...@beardmouse.org.uk> 2011-10-20 08:15:12 
PDT ---
I'm getting this when trying to compile the Juno library with the latest DMD
source.
The crash there seems to reduce to:

////////////////
struct foo
{
    ~this()
    {

    }
}

void bar(foo[] args...)
{

}

void main()
{
    bar();
}
////////////////

It's ok if i compile it with -O.

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

Reply via email to