From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FB44385E836; Wed, 8 May 2024 17:16:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FB44385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715188608; bh=v1sgn0reEf/QYJqvJME+2IBtZVOxRf85USm2S4sgoi0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PwNpfI9lpQtrIfHZzpkI2c6JzzUAoM+M7v3adWLlzFO2KBL2XxAbx3+AABrRWXu+o /1n4az8tTv6xGFOx8nHfJdfX+mYnLN+nUh1wi1cS496Z/BCzQ8ys7+dctnlHoNd+Yn 9sc7DI4aXzl+ETVtBrb4wRVN4VOzlkfGlPHGmleI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109804] [11 Regression] internal compiler error in gimple-ssa-warn-access.cc Date: Wed, 08 May 2024 17:16:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_fail cf_known_to_work 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=3D109804 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12 Regression] internal |[11 Regression] internal |compiler error in |compiler error in |gimple-ssa-warn-access.cc |gimple-ssa-warn-access.cc Known to fail| |13.2.0 Known to work| |12.3.1 --- Comment #17 from Andrew Pinski --- Backported the fix to GCC 12 branch too. GCC 11 requires a different patch = so leaving it open if someone wants it fixed there.=