From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 51AA93858D1E; Tue, 31 Oct 2023 03:25:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51AA93858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698722746; bh=RkbfG2L6wIbSz2GuQw/HzHgxAup+xyutdTpswnahILE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FypqVY4twIQgYNsL7Y4aqwI9eC3xGrz8068WtLy1qngJwUTRwGvHn2qr4W9sjGbDe lM398N2e01lXKhmmTfD0vW+aSwLQC4V2+4bTCRE83MNqf8Zef1qVrh9e0nK18wJ8p3 xtTLgiqO5YpdfqfFEjhWTGs0gAtQvq5D9ZYqrZBA= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112276] [14 Regression] wrong code with -O2 -msse4.2 since r14-4964-g7eed861e8ca3f5 Date: Tue, 31 Oct 2023 03:25:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com 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: 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=3D112276 --- Comment #8 from Hongtao.liu --- Fixed.=