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 middle-end/79753] [7 Regression][CHKP] ICE in ix86_expand_builtin, at config/i386/i386.c:36869


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

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

URL: https://gcc.gnu.org/viewcvs?rev=246276&root=gcc&view=rev
Log:
MPX: fix PR middle-end/79753

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

        PR middle-end/79753
        * tree-chkp.c (chkp_build_returned_bound): Do not build
        returned bounds for a LHS that's not a BOUNDED_P type.
2017-03-20  Martin Liska  <mliska@suse.cz>

        PR middle-end/79753
        * gcc.target/i386/mpx/pr79753.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/mpx/pr79753.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]