https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85546
Alexander Monakov changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85546
--- Comment #2 from Richard Biener ---
I think this is a misconception of what a volatile asm is. Volatile says
there may be additional side-effects the asm performs - it does _not_ mean
the output depends on more than the inputs.
Note I can't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85546
--- Comment #1 from be11f157cd19c4a2ba1e9c70a38b1a74 at protonmail dot com ---
The code sample is compiled with
gcc -ffreestanding -nostdlib -nostartfiles main.c