From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 752F73857016; Mon, 5 Sep 2022 13:13:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 752F73857016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662383583; bh=dYFW5+UrquPZysy2MnIBb6xXXqOD4jrfIzkd6Tx7tf8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G3Yzyda116izj3IeZudP3O2bKdybY1iZ7iwPKCr4A0cAXaco+2F0c932Oz41XehWv adoNol5E3P+L8zs5DLlW3mMyX+K9EaVF0OFcRvTEZsr7EC8Yva44r5UX+dUyWmHFzD PQdV9LZqcHSMBgaPzTswnLmBV2HyMAoAUdcsrtls= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106836] [13 Regression] ICE in c_omp_split_clauses, at c-family/c-omp.cc:2636 since r13-2388-ga651e6d59188da89 Date: Mon, 05 Sep 2022 13:13:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106836 --- Comment #2 from Jakub Jelinek --- Created attachment 53538 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53538&action=3Dedit gcc13-pr106836.patch Untested fix.=