From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7EF8C3858D33; Sat, 2 Dec 2023 18:30:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7EF8C3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701541837; bh=EX1QNRgPBzW/73Xx+jAT5EFk+reTcQkZ0JoSySqF3j4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XNXcBIvOdbl5cJ6W5fP355XP8aa38ANBDB+ZmGwsum3KySHRcoH1lCa2rJcrBg7uc w6aMpXwmTckL0uVWknUy+5N4TfDMbm+r2m2B7/cjNeJ2HZLj8oEPXGmvf96KyY/4um Ld3szNqP92DXS2pgmxb8zy7Hl1A2QirGbVAUyCVI= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112822] [14 regression] ICE: invalid RHS for gimple memory store after r14-5831-gaae723d360ca26 Date: Sat, 02 Dec 2023 18:30:36 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on bug_status everconfirmed 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 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-12-02 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Peter Bergner --- (In reply to Andrew Pinski from comment #1) > >This is a huge C++ program that I have not cut down yet. >=20 > I think it didn't attach because it was too big, maybe compress and attach > that. I have a creduce running to minimize it. Looks like it'll take a while to = run. I'll attach it when it's done. I also note Bill's build was configured with --with-cpu=3Dpower10, so -O3 -mcpu=3Dpower10 are the options required to hit the ICE. Confirmed.=