From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E90383858D33; Thu, 6 Jul 2023 10:09:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E90383858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688638142; bh=VjsHuS4npgrvc/EwZ6Httb9X8aZUcugaDO7Hej0QKlc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jj31k1KweDRCcgaCdy2Q8/MBJmDeILtqMDEMEZtb8fXSD3udVy9gK8hBSmVMG/NY7 JIrGKEb4uGJEQWkvo0aE3yp6+koBASdw4eoXu5qQtfNBDYuI648hJrjInXjrrqgh2A lkoEPBggAPTAo64x6KhGAlh8FJhLO3vF5r5Bvtp0= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110515] [12/13 Regression] llvm-15.0.7 possibly invalid code on -O3 Date: Thu, 06 Jul 2023 10:09:00 +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, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 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=3D110515 --- Comment #13 from Sergei Trofimovich --- I confirm the change fixed llvm-15.0.7 test suite. Thank you!=