[Bug middle-end/118554] Allow to specify the size of an inline asm

2025-01-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118554 --- Comment #3 from Andrew Pinski --- (In reply to Georg-Johann Lay from comment #2) > Also the size is not easy to verify since contrary to ordinary insns, the > assembly file won't show the size of the asm, not even whe compiled with -dP. and

[Bug middle-end/118554] Allow to specify the size of an inline asm

2025-01-19 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118554 --- Comment #2 from Georg-Johann Lay --- (In reply to Andrew Pinski from comment #1) > That already is handled by the inline keyword. > so `__asm inline("" : "+r" (var));` But that's /only/ for inlining, where a "minimal" size is assumed -- what

[Bug middle-end/118554] Allow to specify the size of an inline asm

2025-01-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118554 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|