[Bug rtl-optimization/119418] New: Minimum of 3 float values produces worse code-gen with ternary than repeated minimum of 2 function calls

2025-03-21 Thread mwinkler at blizzard dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119418 Bug ID: 119418 Summary: Minimum of 3 float values produces worse code-gen with ternary than repeated minimum of 2 function calls Product: gcc Version: 14.2.0 Status: UNC

[Bug c++/114245] Defaulted virtual destructors that do no work overwrite the vtable with `-O0`

2024-03-06 Thread mwinkler at blizzard dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114245 --- Comment #3 from Max Enrico Winkler --- > Yes this sounds like you are runing into what I have described as being > undefined behavior. Understood and agreed. However this specific example is an object that effectively does no work on dest

[Bug c++/114245] New: Defaulted virtual destructors that do no work overwrite the vtable with `-O0`

2024-03-05 Thread mwinkler at blizzard dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114245 Bug ID: 114245 Summary: Defaulted virtual destructors that do no work overwrite the vtable with `-O0` Product: gcc Version: 13.2.0 Status: UNCONFIRMED Severity