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

[Bug tree-optimization/68946] [6 Regression] ICE at -O3 on x86_64-linux-gnu in both 32- and 64-bit modes (in vect_analyze_stmt, at tree-vect-stmts.c:8013)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68946

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-12-16
                 CC|                            |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |6.0
            Summary|ICE at -O3 on               |[6 Regression] ICE at -O3
                   |x86_64-linux-gnu in both    |on x86_64-linux-gnu in both
                   |32- and 64-bit modes (in    |32- and 64-bit modes (in
                   |vect_analyze_stmt, at       |vect_analyze_stmt, at
                   |tree-vect-stmts.c:8013)     |tree-vect-stmts.c:8013)
     Ever confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Started with

commit 6d37c1112ee274824159e7697fc5e216b9222e0f
Author: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Dec 14 15:26:24 2015 +0000

    2015-12-14  Richard Biener  <rguenther@suse.de>

        PR tree-optimization/68852
        * tree-vectorizer.h (struct _slp_tree): Add def_type member.
        (SLP_TREE_DEF_TYPE): New accessor.
        * tree-vect-stmts.c (vect_is_simple_use): Remove BB vectorization
        hack.
        * tree-vect-slp.c (vect_create_new_slp_node): Initialize
        SLP_TREE_DEF_TYPE.
        (vect_build_slp_tree): When a node is to be built up from scalars
        do not push a NULL as child but instead set its def_type to
        vect_external_def.
        (vect_analyze_slp_cost_1): Check for child def-type instead
        of NULL.
        (vect_detect_hybrid_slp_stmts): Likewise.
        (vect_bb_slp_scalar_cost): Likewise.
        (vect_get_slp_defs): Likewise.
        (vect_slp_analyze_node_operations): Likewise.  Before
        processing node push the children def-types to the underlying
        stmts vinfo and restore it afterwards.
        (vect_schedule_slp_instance): Likewise.
        (vect_slp_analyze_bb_1): Do not mark stmts not in SLP instances
        as not vectorizable.

        * g++.dg/torture/pr68852.C: New testcase.


    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231619
138bc75d-0d04-0410-961f-82ee72b054a4

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