https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68725
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The copy on the stack is correct as the variable is considered a local variable and has its address taken ....
pinskia at gcc dot gnu.org via Gcc-bugs Wed, 29 Sep 2021 18:53:47 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68725
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The copy on the stack is correct as the variable is considered a local variable and has its address taken ....