]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/30938 (Bootstrap fails on x86_64 for -ftree-vectorize)
authorUros Bizjak <ubizjak@gmail.com>
Sun, 25 Feb 2007 23:18:45 +0000 (00:18 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 25 Feb 2007 23:18:45 +0000 (00:18 +0100)
commitc4a4d1a076a5b8fb4061a4cf1725ada1dce07c9d
treeabd99d59ccd88487ca096ceb486c1e1ab2bb5280
parent7f0248d7e132c9168d8fb0dbeac547bd5625ffbb
re PR tree-optimization/30938 (Bootstrap fails on x86_64 for -ftree-vectorize)

        PR tree-optimization/30938
        * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
        use &dt[nargs-1] instead of &dt[nargs] in the call to
        vect_is_simple_use().

From-SVN: r122323
gcc/ChangeLog
gcc/tree-vect-transform.c