On 10/13/2015 09:59 AM, Ilya Enkovich wrote:
Looking into that I got an impression vector modes are used by C/C++
vector extensions only. And I think regression testing would reveal some
failures otherwise.
Maybe this stuff hasn't bled into the Fortran front-end, but the gfortran
front-end certainly has OpenMP support which presumably has vector
extensions.
OpenMP extension doesn't produce any vector code in front-end. Code
will be produced by vectorizer anyway.
The fact that nothing's failing in the testsuite is encouraging, but it'd be
worth spending a few minutes taking a look to see if there's something that
might need updating.
I also grepped for VEC_COND_EXPR and it never occurs in front-ends
other than C/C++.
Perfect. Thanks.
Was that the last question on the boolean vector patches? If so, then I
think they're OK for the trunk.
jeff