https://issues.dlang.org/show_bug.cgi?id=14902
--- Comment #1 from [email protected] --- I mixed up cases 2 & 3 - 2 is the one with the 2 throwing dtors, case 3 the one with no throwing dtor. Apparently there are different results on OSX with DMD 2.068-rc1: no destruction of the single temporary in case 4, but at least no infinite loop in case 5. --
