https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65041
Jeffrey A. Law <law at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |law at redhat dot com Resolution|DUPLICATE |--- --- Comment #6 from Jeffrey A. Law <law at redhat dot com> --- The warning on a2 is clearly bogus. ISTM we ought to get a warning on fd, but don't because it's associated DECL_RTL is not set. It almost feels like instead of walking over the variables in the blocks we ought to iterate over the pseudos and check which of them map back to user variables via REG_EXPR. I'm going to re-open -- this is not entirely a duplicate of 21161 as there's a missed warning here.