This is the mail archive of the gcc-bugs@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]

[Bug testsuite/21010] New gcc.dg/vect tests fail


------- Additional Comments From janis at gcc dot gnu dot org  2005-04-14 01:19 -------
There are additional problems with these tests and I don't have
time to finish looking at them today, but here's some info.
                                                                                
Autovectorization tests should never use 'dg-do run'.  There are
checks in vect.exp that determine whether dg-do-what is 'run' or
'compile' as the default based on whether the test hardware
supports vector instructions.  Rather than switching 'dg-do run'
and 'dg-require-*' I removed the 'dg-do run'.
                                                                                
Tests that generate temporary files should now clean up after
themselves; see the cleanup-dump-file directives in other tests.
                                                                                
The scan-dump checks for tests vect-ifcvt-[2345679].c fail on
powerpc64-linux for both -m32 and -m64; do they need additional
options?

-- 


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


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