https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117245
Martin Uecker <muecker at gwdg dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |muecker at gwdg dot de --- Comment #5 from Martin Uecker <muecker at gwdg dot de> --- There are a couple of cases where we still forget to set this bit. The DECL_EXPR were probably never set correctly, but we had some middle end code before (which was also not correct) that would catch some of these cases, hence the regressions. I have a patch in preparation.