------- Comment #8 from burnus at gcc dot gnu dot org  2006-12-01 12:25 -------
> I wonder whether this is bug is not identically to
> PR 21466 "sqrt()function not vectorized"

I mean for the Fortran test case:
gastest.f90:8: note: LOOP VECTORIZED.
gastest.f90:9: note: LOOP VECTORIZED.
gastest.f90:23: note: Alignment of access forced using peeling.
gastest.f90:23: note: Vectorizing an unaligned access.
gastest.f90:23: note: Vectorizing an unaligned access.
gastest.f90:23: note: not vectorized: relevant stmt not supported: D.1502_76 =
__builtin_sqrtf (D.1501_75)

The VLA -> normal array for C should be a different issue, where gcc could
improve.


-- 


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

Reply via email to