https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97448
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|powerpc |powerpc-*-*linux (32bit)
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase -O2 -fstack-protector:
int fls64(int x)
{
return x;
}
