On Fri, Dec 08, 2023 at 11:51:19AM -0500, Jason Merrill wrote: > Do we want to do the same for TARGET_EXPR, since those are handled like > SAVE_EXPR in mostly_copy_tree_r?
In mostly_copy_tree_r yes, but I don't see cp_fold doing anything for TARGET_EXPRs (like it does for SAVE_EXPRs), so I think TARGET_EXPRs stay around until gimplification. Jakub