This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [autovect] [testsuite patch] Reorganize vectorization testsuite.
- From: Keith Besaw <kbesaw at us dot ibm dot com>
- To: Ira Rosen <IRAR at il dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 12 Apr 2005 15:31:38 -0500
- Subject: Re: [autovect] [testsuite patch] Reorganize vectorization testsuite.
I just noticed that vect-95a.c was added to the no_version subdirectory. I
expected it to be
added to the main (vect) directory. Its purpose is to check that the -Os
option overrides
the default which is -ftree-vect-loop-version.
Keith Besaw
gcc-patches-owner@gcc.gnu.org wrote on 04/07/2005 06:30:38 AM:
>
>
>
>
> Hi,
>
> This patch reorganizes the vectorization testsuite.
> A new subdirectory 'no_version' was added. Tests in this directory are
> compiled with -fno-tree-vect-loop-version option. Almost all the
vectorizer
> tests were moved to the new subdirectory, in order to continue and test
the
> behavior without versioning.
> The tests in the main directory are compiled with versioning enabled,
which
> is a default behavior. It now contains only testcases that are effected
by
> versioning.
>
> Committed to autovect branch.
>
> Thanks,
> Ira
>
> ChangeLog entry:
>
...
> * gcc.dg/vect/no_version/vect-95a.c: New test.
>