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/18403] FAILs to vectorize testcases on ppc64-linux


------- Additional Comments From janis187 at us dot ibm dot com  2004-11-16 17:06 -------
GCC for powerpc64-*-linux* could be any of the following: (a) a compiler that
generates only LP64 code; (b) a biarch compiler that generates ILP32 code by
default; or (c) a biarch compiler that generates LP64 code by default.  There's
currently no way to detect, in an xfail list, that a test is compiled for LP64
code on a powerpc64-*-linux* target.  My nightly bootstrap and test run uses
(b) and Jon Grimm's uses (c).

If a test is unsupported for LP64 then it can always be skipped by using
{ dg-require-effective-target ilp32 }.

-- 


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


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