You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix orphaned CondExp __cond variable refs in codegen AST
This fixes dmd-testsuite's compilable/b16598.d by making sure to
(partially) constant-fold dtor expressions of VarDeclarations too.
dlang/dmd#12176 made these __cond temporaries const, triggering
constant-folding and potentially getting rid of it altogether when
optimizing a CondExp.
0 commit comments