On 9/16/23 15:28, Gleb Fotengauer-Malinovskiy wrote:
I'm not insisting that this needs to be addressed, but I do believe that
someone else might encounter this issue.
If it becomes a problem I suppose we could disable
--suggest-attribute=cold, as it's not that useful for coreutils. In the
mea
On Fri, Sep 15, 2023 at 05:04:05PM -0700, Paul Eggert wrote:
> On 9/15/23 08:45, Gleb Fotengauer-Malinovskiy wrote:
> > Following the glibc commit glibc-2.38~298 ("Mark various cold functions
> > as __COLD"), GNU grep build with -flto flag triggers a GCC warning:
> >
> > sigsegv.c: In function ‘st
On 9/15/23 08:45, Gleb Fotengauer-Malinovskiy wrote:
Following the glibc commit glibc-2.38~298 ("Mark various cold functions
as __COLD"), GNU grep build with -flto flag triggers a GCC warning:
sigsegv.c: In function ‘stackoverflow_deinstall_handler.part.0’:
sigsegv.c:1441:1: error: function migh
Following the glibc commit glibc-2.38~298 ("Mark various cold functions
as __COLD"), GNU grep build with -flto flag triggers a GCC warning:
sigsegv.c: In function ‘stackoverflow_deinstall_handler.part.0’:
sigsegv.c:1441:1: error: function might be candidate for attribute ‘cold’
[-Werror=suggest-a