https://issues.dlang.org/show_bug.cgi?id=19998
ag0aep6g <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice CC| |[email protected] 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 <[email protected]> --- (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. --
