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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Nov 22 18:17:04 2019
New Revision: 278626

URL: https://gcc.gnu.org/viewcvs?rev=278626&root=gcc&view=rev
Log:
        PR tree-optimization/92618
        * tree-ssa-reassoc.c (v_info): Change from auto_vec to a struct
        containing the auto_vec and a tree.
        (undistribute_bitref_for_vector): Handle the case when element type
        of vec is not the same as type of the BIT_FIELD_REF.  Formatting
        fixes.

        * gcc.c-torture/compile/pr92618.c: New test.
        * gcc.c-torture/execute/pr92618.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr92618.c
    trunk/gcc/testsuite/gcc.c-torture/execute/pr92618.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-reassoc.c

Reply via email to