Re: [PATCH, PR 58398] Fix regression in gcc.dg/attr-ifunc-4.c

2013-09-17 Thread Jan Hubicka
> 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

[PATCH, PR 58398] Fix regression in gcc.dg/attr-ifunc-4.c

2013-09-16 Thread Bernd Edlinger
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