https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122103
Tamar Christina <tnfchris at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |tnfchris at gcc dot
gnu.org
--- Comment #8 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
Looks like as part of the fix PR96373 support was added to check trapping
behavior in vectorizable_operation but not in vectorizable_call.
Since __builtin_sqrt isn't lowered it's still a gimple call.
Mine then.