From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 07D893858C83; Wed, 19 Oct 2022 09:35:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07D893858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666172100; bh=/a45G7M9Qbj/Xte0ViJpFUx8OXWlULJ5WPnbtMv5DYw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CCZvUle25wCklk6qWI+9k98jw7U4KBvv0DRqscUK/tiebIYIx0ltV7c4Qm6XDThL6 0l4xea6Tj6wNxE+dO4K2Xxc6+y/k+C7+XOBDPux7WQr4Qv5d2pYt+Di6xrskcTvYC7 O6H2DefuBuiEzijptYrXDSvnFJ0iOeacOEnEQCKg= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/102516] [12/13 regression] pr65947-13.c and vect-alias-check-18.c fail on armeb since r12-3893 Date: Wed, 19 Oct 2022 09:34:58 +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: 12.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=3D102516 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #8 from Richard Biener --- Note the change wasn't expected. Btw, with what Richard says in comment#4 I see LOOP VECTORIZED twice on rec= ent trunk. So is this still an issue? Can somebody bisect for the fix?=