https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90898
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Nov 20 09:53:15 2019 New Revision: 278489 URL: https://gcc.gnu.org/viewcvs?rev=278489&root=gcc&view=rev Log: PR c/90898 * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Remove assertion. (insert_clobbers_for_var): Fix a typo in function comment. * gcc.dg/pr90898.c: New test. Added: branches/gcc-9-branch/gcc/testsuite/gcc.dg/pr90898.c Modified: branches/gcc-9-branch/gcc/ChangeLog branches/gcc-9-branch/gcc/testsuite/ChangeLog branches/gcc-9-branch/gcc/tree-ssa-ccp.c