[Issue 3753] ICE(eh.c): Related to exception handling and alloca.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 28 00:19:51 PDT 2013


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE eh.c 49:  Related to    |ICE(eh.c):  Related to
                   |exception handling and      |exception handling and
                   |alloca.                     |alloca.


--- Comment #6 from Don <clugdbug at yahoo.com.au> 2013-08-28 00:19:50 PDT ---
Another test case from bug 10575 is also very simple:
---
import core.stdc.stdlib : alloca;

struct TheStruct
{
    ~this()
    {
    }
}

void bar()
{
}

void main()
{
    auto s = TheStruct();
    bar();
    auto a = alloca(16);
}

-- 
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