From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8F7B3857735; Wed, 13 Dec 2023 14:14:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8F7B3857735 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702476859; bh=kVLlrF7Inkvnug+HPP3CuY4pMW7B8DiV18TzBznQOpo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W4kzukGNiZfR/1CY2+BBtaUjZZIpr5NI9D+yQENxs7m5g2eX5esin0XXVLHK5J5Q7 JQz4LZ4lVuggRqqwWJ21DT0rLlAkpwyFlLfKqML/suaLsEKNsudjrcrRM5wG0IONZB xaXVa/J5Ph8Cksi4nnNKl8Al1jo8pzv/DZQMR7Dk= 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: Wed, 13 Dec 2023 14:14:18 +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: RESOLVED X-Bugzilla-Resolution: FIXED 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 #13 from GCC Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:373a85a82650d9938adb02a14686049cbcbe6892 commit r14-6498-g373a85a82650d9938adb02a14686049cbcbe6892 Author: Peter Bergner Date: Wed Dec 13 08:13:34 2023 -0600 testsuite: Add dg-do compile target c++17 directive for testcase [PR112= 822] Add dg-do compile target directive that limits the test case to being b= uilt on c++17 compiles or greater. 2023-12-13 Peter Bergner gcc/testsuite/ PR tree-optimization/112822 * g++.dg/pr112822.C: Add dg-do compile target c++17 directive.=