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/79987] [CHKP] ICE in gimplify_expr, at gimplify.c:12151


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

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Sep 15 14:11:57 2017
New Revision: 252820

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

2017-09-15  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-08-11  Martin Liska  <mliska@suse.cz>

        PR tree-opt/79987
        * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
        variables of void type.
2017-09-15  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-08-11  Martin Liska  <mliska@suse.cz>

        PR tree-opt/79987
        * gcc.target/i386/mpx/pr79987.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/mpx/pr79987.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/testsuite/ChangeLog
    branches/gcc-6-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]