[Bug c/117476] [15 regression] bad generated code from -finline-small-functions

2024-11-07 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117476 --- Comment #2 from David Binderman --- Partially reduced code: void printf (); void platform_main_end(int crc) { printf ("checksum = %X\n", crc); } int crc32_tab[6]; int crc32_context = 4294967295; void crc32_byte (char b) { crc32_context

[Bug c/117476] [15 regression] bad generated code from -finline-small-functions

2024-11-07 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117476 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #3 fr

[Bug c/117476] [15 regression] bad generated code from -finline-small-functions

2024-11-07 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117476 Sam James changed: What|Removed |Added Target Milestone|--- |15.0 Keywords|