------- Comment #4 from uros at gcc dot gnu dot org  2007-02-25 23:18 -------
Subject: Bug 30938

Author: uros
Date: Sun Feb 25 23:18:45 2007
New Revision: 122323

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122323
Log:
        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().


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-transform.c


-- 


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

Reply via email to