This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [autovect] [patch] branch merge
- From: Dorit Naishlos <DORIT at il dot ibm dot com>
- To: Devang Patel <dpatel at apple dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Ira Rosen <IRAR at il dot ibm dot com>, Keith Besaw <kbesaw at us dot ibm dot com>
- Date: Tue, 12 Apr 2005 14:44:06 +0300
- Subject: Re: [autovect] [patch] branch merge
Devang Patel <dpatel@apple.com> wrote on 12/04/2005 00:28:03:
> >> (2) temporarily disabled the call to eliminate_unnecessary_casts in
> >> tree-ssa-forwprop.c (see FIXME) cause I got an ICE there during
> >> bootstrap -
> >> most probably due to wrong update (on my behalf) to the new
> >> immediate-uses
> >> API (see CHECKME). Because eliminate_unnecessary_casts is disabled we
> >> temporarily don't vectorize these two testcases:
> >> FAIL: gcc.dg/vect/no_version/vect-ifcvt-8.c scan-tree-dump-times
> >> vectorized
> >> 1 loops 1
> >> FAIL: gcc.dg/vect/no_version/vect-subsat.c scan-tree-dump-times
> >> vectorized
> >> 1 loops 1
>
> Fixed.
>
thanks!
dorit