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 ipa/79769] [CHKP] ICE in chkp_find_bounds_1 (Unexpected tree code complex_cst)


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

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Wed Mar 22 12:31:53 2017
New Revision: 246376

URL: https://gcc.gnu.org/viewcvs?rev=246376&root=gcc&view=rev
Log:
Backport r246275

2017-03-22  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-03-20  Martin Liska  <mliska@suse.cz>

        PR target/79769
        PR target/79770
        * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
        COMPLEX_CST and VECTOR_CST.
2017-03-22  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-03-20  Martin Liska  <mliska@suse.cz>

        PR target/79769
        PR target/79770
        * g++.dg/pr79769.C: New test.
        * gcc.target/i386/mpx/pr79770.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/pr79769.C
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/mpx/pr79770.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-chkp.c

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