[Bug tree-optimization/79987] [CHKP] ICE in gimplify_expr, at gimplify.c:12151
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 11 10:02:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79987
--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Aug 11 10:01:13 2017
New Revision: 251049
URL: https://gcc.gnu.org/viewcvs?rev=251049&root=gcc&view=rev
Log:
Do not instrument void variables with MPX (PR tree-opt/79987).
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-08-11 Martin Liska <mliska@suse.cz>
PR tree-opt/79987
* gcc.target/i386/mpx/pr79987.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/i386/mpx/pr79987.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree-chkp.c
More information about the Gcc-bugs
mailing list