[Issue 19998] [REG2.086.0] [e2ir] Assertion failure with -profile=gc and -dip1008

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 22 22:49:39 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19998

ag0aep6g <ag0aep6g at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0aep6g at gmail.com
            Summary|[e2ir] Assertion failure    |[REG2.086.0] [e2ir]
                   |with -profile=gc and        |Assertion failure with
                   |-dip1008                    |-profile=gc and -dip1008
           Severity|normal                      |regression

--- Comment #1 from ag0aep6g <ag0aep6g at gmail.com> ---
(In reply to JR from comment #0)
> Reduced: https://run.dlang.io/is/R71Uc6

Can be further reduced to simply throwing an exception:

----
void main()
{
    throw new Exception("");
}
----

Works with 2.085, making this a regression.

--


More information about the Digitalmars-d-bugs mailing list