[Bug target/100432] gcc arm compilation binary output is bigger with -Os than -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100432 --- Comment #2 from xicojovor at dropjar dot com --- The minimal example is: int main(void) { return 0; } void* get_self_address(void) { return (void*)get_self_address; } compiled with -marm -Os -fPIC working good (maybe not the bes
[Bug c/100432] New: gcc arm compilation binary output is bigger with -Os than -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100432 Bug ID: 100432 Summary: gcc arm compilation binary output is bigger with -Os than -O2 Product: gcc Version: 11.1.1 Status: UNCONFIRMED Severity: normal