This is the mail archive of the gcc-patches@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]

[patch] vectorizer: (obvious) fix for ICE in SPEC





This fixes an ICE in SPECs applu due to wrong handling of varray in the
vectorizer.

bootstrapped and tested on powerpc-darwin

ok for mainline?

thanks,
dorit

Changelog:

        * tree-vectorizer.c (vect_mark_relevant) First argument changed
from
        varray_type to varray_type*.
        (vect_mark_stmts_to_be_vectorized): Pass &worklist instead of
worklist
        when calling vect_mark_relevant.

Patch:

(See attached file: varray_fix.patch)

Attachment: varray_fix.patch
Description: Binary data


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