[Bug tree-optimization/60236] gfortran.dg/vect/pr32380.f fails on ARM

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 17 12:40:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60236

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Does ARM have a builtin-vectorized-function hook that handles sqrtf?  If not,
then that's expected.

Please adjust the expected number of vectorizations with vect_call_sqrt like

! { dg-final { scan-tree-dump-times "vectorized 5 loops" 1 "vect" { ! target
vect_call_sqrt } } }
! { dg-final { scan-tree-dump-times "vectorized 6 loops" 1 "vect" { target
vect_call_sqrt  } } }

(and hope that powerpc and ia64 hit exactly the same issue ...)



More information about the Gcc-bugs mailing list