From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 560C4385E836; Fri, 3 May 2024 06:18:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 560C4385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714717121; bh=LNHKEVrNpqG+4057N2r0apxtv6f+2G0ws0hUX6ThUtk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Odm6D4daob7fykNWNfv6l55/Ztx6UW5xMgxqZqfJQYvv2ApsRv7VStH8DQluNZZ3C F1crUlhZav5iGLw8zeG60vdfDNZ2EpSoACjhJes6F7g16gM3PSQyL3gWkww/p6nugJ 15QgAjkgdgIT/rzIZUPcdYlkap1/84cHMz24kx28= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/114924] [11/12/13/14/15 Regression] Wrong update of MEM_EXPR by RTL loop unrolling since r11-2963-gd6a05b494b4b71 Date: Fri, 03 May 2024 06:18:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: acoplan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone keywords 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=3D114924 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.5 Keywords| |wrong-code Priority|P3 |P2=