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 tree-optimization/21292] gen-vect-11b.c and gen-vect-11c.c fail


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-05-03 08:14 -------
The reason is that ia64 does not have any option to enable special SIMD
instructions, so it can vectorize these tests using hardware 64-bit vectors. 
The two tests should be skipped on ia64, and actually even the others do not
make much sense because they are complete dups of the tests in gcc.dg/vect.

-- 


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


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