[Bug ipa/78644] [7 Regression] ICE: SIGSEGV in is_gimple_reg_type with -Og -fipa-cp
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 29 09:29:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78644
--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Wed Mar 29 09:28:46 2017
New Revision: 246561
URL: https://gcc.gnu.org/viewcvs?rev=246561&root=gcc&view=rev
Log:
2017-03-29 Richard Biener <rguenther@suse.de>
Backport from mainline
2017-03-28 Richard Biener <rguenther@suse.de>
PR tree-optimization/78644
* tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
of a simplification result we may not use it at all.
* gcc.dg/pr78644-1.c: New testcase.
* gcc.dg/pr78644-2.c: Likewise.
2017-03-27 Richard Biener <rguenther@suse.de>
PR tree-optimization/80181
* tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
* gcc.dg/torture/pr80181.c: New testcase.
Added:
branches/gcc-6-branch/gcc/testsuite/gcc.dg/pr78644-1.c
branches/gcc-6-branch/gcc/testsuite/gcc.dg/pr78644-2.c
branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/pr80181.c
Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/testsuite/ChangeLog
branches/gcc-6-branch/gcc/tree-ssa-ccp.c
More information about the Gcc-bugs
mailing list