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