> The attached patch fixes the regression in gcc.dg/attr-ifunc-4.c (PR 58398).
>
> The problem is that the resolver function just looks like an alias, but it
> actually is
> something completely different. So inlining the resolver function has to be
> avoided.
>
> The patch was bootstrapped and
The attached patch fixes the regression in gcc.dg/attr-ifunc-4.c (PR 58398).
The problem is that the resolver function just looks like an alias, but it
actually is
something completely different. So inlining the resolver function has to be
avoided.
The patch was bootstrapped and regression-test