https://issues.dlang.org/show_bug.cgi?id=23490
Adam D. Ruppe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Adam D. Ruppe <[email protected]> --- Fascinating, deleting class Mu, which is a cousin to Frop, eliminates the segfault. And so does moving it below the definition of Frop! Definitely a regression introduced between .100 and .101 Traced to dmd commit b8cd91784e693b92eaf19034ab34c59a9836c98a to introduce the regression. Removing the code it added in expressionsem fixes the issue. --
