https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589
--- Comment #4 from Pietro Braione ---
I see. Sorry for the noise.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589
--- Comment #3 from Andrew Pinski ---
Some developers use Local Register Variables in an attempt to improve gcc’s
allocation of registers, especially in large functions. In this case the
register name is essentially a hint to the register alloca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589
Andrew Pinski changed:
What|Removed |Added
Keywords||inline-asm
--- Comment #1 from Andrew P