From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B438B3857B9C; Tue, 12 Dec 2023 22:46:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B438B3857B9C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702421217; bh=iDvdKR2/EXDiCdVh5b26ZzSf1I6w5RtnuQgo2A905bY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oDmjVDuJBq5R6zglG6aXHFtFLJPT3gS4yB47Yy1CDTahO7O4q1TLIxeLjCT+cVuwZ 9yrz7UhaWn5hby7XafQooPD4VhzisAMNTEmHDl9heG/te7ZIciZmeyztbVKJfp4egv WJMTaRIAqVFwWdDkzHZ5t25CD63B0fGkUovDkcic= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112822] [14 regression] ICE: invalid RHS for gimple memory store after r14-5831-gaae723d360ca26 Date: Tue, 12 Dec 2023 22:46:57 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jamborm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D112822 --- Comment #11 from GCC Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:788e0d48ec639d44294434f4f20ae94023c3759d commit r14-6470-g788e0d48ec639d44294434f4f20ae94023c3759d Author: Peter Bergner Date: Tue Dec 12 16:46:16 2023 -0600 testsuite: Add testcase for already fixed PR [PR112822] Adding a testcase for PR112822 to ensure we won't regress. 2023-12-12 Peter Bergner gcc/testsuite/ PR tree-optimization/112822 * g++.dg/pr112822.C: New test.=