[Issue 6177] Regression(2.053): Insert in associative array: Internal error: backend/cgcs.c 162

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 20 08:16:16 PDT 2011


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


Richard Webb <webby at beardmouse.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webby at beardmouse.org.uk


--- Comment #8 from Richard Webb <webby at 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: -------


More information about the Digitalmars-d-bugs mailing list