https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8781
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #27 from Jakub Jelinek <jakub at gcc dot gnu.org> --- This testcase looks invalid to me, trying to bind a reference to a function parameter and returning that reference to the caller is a use after scope. When