From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 404723858C42; Fri, 26 Apr 2024 08:41:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 404723858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714120905; bh=e75R3RQ5asqtWUAaoefUmqIEzp+OVZOg6uAqwcTkrZg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DgTIsYHRP3s6WJLKPZvMCLOMRcu3T07WKMocidCwplAtLX1XIVLRv7/XH6HChgBP/ ygbLEIly55l/+bUJQRTESW+lqPnw1OyoYhp2zAEYilJ1n5RJa7T7eOMhcPQqieHUwh dblcpjypV2kTG0pnVtYyzAF50M66nwmYjoxI2mes= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113724] [14 Regression][OpenMP] ICE (segfault) when mapping a struct in omp_gather_mapping_groups_1 since r14-6515 Date: Fri, 26 Apr 2024 08:41:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D113724 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 --- Comment #10 from Jakub Jelinek --- Per IRC discussions downgrading this to P2, it isn't something used widely = in real-world code and while we can get some partial fix soon, a full fix will take likely longer. If it is fixed relatively soon in stage1, we can consi= der backporting the non-risky parts of the fixes to 14.2.=