https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87898
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jan 8 09:47:03 2019 New Revision: 267676 URL: https://gcc.gnu.org/viewcvs?rev=267676&root=gcc&view=rev Log: Backported from mainline 2018-11-13 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/87898 * omp-simd-clone.c (ipa_simd_modify_function_body): Remove debug stmts where the first argument was changed into a non-decl. * gcc.dg/gomp/pr87898.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr87898.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/omp-simd-clone.c branches/gcc-8-branch/gcc/testsuite/ChangeLog