From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7E173858CDB; Mon, 3 Jul 2023 07:12:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7E173858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688368342; bh=Bd3HACjOMOiRYhKGTOpUsB2Fv7Cnsyh9X7J2nK9Pedc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r4kKmsZ3DqBJm89VHKBnQkEYN2APSF7X7JoRk6R4O9a97dXkTn7AaJVNdSh9wC0I6 +KM8D8r9u3RePXKa7BVSVZTDSViIMQGB2HozwdtjcGMfgC4x1lr/EhyX6MOGsyosjs gy1/m9dPaf3waPqiAHqCyeT9AMKbflChLwWFRB2A= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110515] [12/13/14 Regression] llvm-15.0.7 possibly invalid code on -O3 Date: Mon, 03 Jul 2023 07:12:22 +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: alias, needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc keywords 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=3D110515 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org Keywords| |needs-bisection --- Comment #6 from Richard Biener --- Turning off PRE also allows it to pass but I guess it's the same as with SR= A. -fno-strict-aliasing also helps, -fno-ipa-modref doesn't. I suspect bisect= ion isn't going to help much, but maybe it points to a small set of changes on = the testcase itself.=