This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]