Re: Second GCC 14.2 Release Candidate available from gcc.gnu.org

2024-07-31 Thread William Seurer via Gcc
On 7/29/24 9:45 AM, Jakub Jelinek via Gcc wrote: The second release candidate for GCC 14.2 is available from https://gcc.gnu.org/pub/gcc/snapshots/14.2.0-RC-20240729/ ftp://gcc.gnu.org/pub/gcc/snapshots/14.2.0-RC-20240729/ and shortly its mirrors. It has been generated from git commit r14-

"extern inline" inlining heuristics in unlikely branches

2024-07-31 Thread Ilija Tovilo via Gcc
Hi everyone I'm new here. I read the mailing list policy, but please correct me if I'm doing anything wrong. In our C codebase, we're using a fair amount of static inline __attribute__((always_inline)). This is arguably not a great decision, because it forces inlining under questionable condition