https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113986
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wilco at gcc dot gnu.org Status|UNCONFIRMED |NEW Last reconfirmed| |2024-02-19 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I am 99% sure it was caused by r14-6589-g3fa689f6ed8387 . It is reproducible with --disable-gnu-indirect-function on the gcc configure line for a glibc build even without the patch for PR 113971 so confirmed. Moving the definition of DONE for N==16 case to be under the `#if HAVE_IFUNC` case fixes the issue. I don't know if that is the correct fix or not ...