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/77860] [7 Regression] ICE in gimple_build_assign_1, at gimple.c:420


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Oct 31 16:36:53 2016
New Revision: 241706

URL: https://gcc.gnu.org/viewcvs?rev=241706&root=gcc&view=rev
Log:
        PR tree-optimization/77860
        * tree-ssa-reassoc.c (eliminate_using_constants): Handle
        also integral complex and vector constants.

        * gcc.dg/pr77860.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr77860.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-reassoc.c

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