https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99259
Bug ID: 99259
Summary: aarch64 inline asm: miscompilation depending on
function parameters order
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99259
Benoit Jacob changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99259
--- Comment #3 from Benoit Jacob ---
Thanks for bringing up the topic of early-clobber. I had to look up some
explanation of that concept, but I found that and now I get what you're saying
- thanks!
https://stackoverflow.com/questions/15819794/wh