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-
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