https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113293
--- Comment #4 from KBDeveloper ---
(In reply to Alexander Monakov from comment #3)
> (In reply to KBDeveloper from comment #2)
> >
> > Ah, that makes sense. I had assumed that taking the address of arg would
> > force gcc to store it in memory
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113293
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113293
--- Comment #2 from KBDeveloper ---
(In reply to Andrew Pinski from comment #1)
> The inline-asm is not marking as clobbering memory.
>
> In this case since you just pass the address of the variable, gcc does not
> know the inline-asm will read
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113293
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Keywords|