------- Additional Comments From joseph at codesourcery dot com 2005-04-14 00:32 ------- Subject: Re: New gcc.dg/vect tests fail
On Wed, 13 Apr 2005, dpatel at apple dot com wrote: > But all of them require > /* { dg-require-effective-target vect_condition } */ > So, why they fail on other platforms ? 1. They have that text before the dg-do line, which in accordance with the documentation in sourcebuild.texi is ineffective. 2. vect-none.c doesn't have that annotation at all (and it still fails). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21010