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 c/79770] [CHKP] ICE in chkp_find_bounds_1 (chkp_find_bounds: Unexpected tree code vector_cst)


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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Mar 20 10:04:06 2017
New Revision: 246275

URL: https://gcc.gnu.org/viewcvs?rev=246275&root=gcc&view=rev
Log:
Fix *_CST ICEs connected to MPX.

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-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:
    trunk/gcc/testsuite/g++.dg/pr79769.C
    trunk/gcc/testsuite/gcc.target/i386/mpx/pr79770.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-chkp.c

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