------- Comment #10 from wilson at tuliptree dot org 2006-02-14 23:41 ------- Subject: Re: gcc.dg/vect/vect-reduc-dot-s16.c scan-tree-dump-times vectorized 1 loops 1 and gcc.dg/vect/vect-reduc-pattern-2.c scan-tree-dump-times vectorized 2 loops 1 fail
On Tue, 2006-02-14 at 04:20, victork at il dot ibm dot com wrote: > I have no access to IA64 box. Could someone check this patch on ia64? > The patch can be found in "mainline.PR25918-2.patch.txt" attachment. The vect-reduc-dot-s16a.c file has a bug. It is missing a declaration for the local variable dot. I added a "int dot;" line to that test. I did "make check-gcc RUNTESTFLAGS=vect.exp". Without the patch, I get two unexpected failures. With the patch, I get no unexpected failures. So the patch works fine for me on an ia64-linux system. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25918