From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC57F3858D3C; Thu, 22 Jun 2023 21:45:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC57F3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687470319; bh=PB+UoNPxlke1le+3nb34xUdYqV++1S024/Vup2e74Tw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VvNTLZFy7yV6NvbINOF1ZX57k4ssfnCUJTmx2PYdaOy5rLYTFNYFP8OzcKQB67bw4 0GYurETN7fl9jYpQCg+QK/SapbD9wCNxfP/DbVlTqK/B7KjvVwDhmznlEcQE7SCySw Muw6Tdezj7mMi7rac29bk2qbq+r5AdhvocXrlIjA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110365] wrong code at -O2 and -O3 on x86_64-linux-gnu Date: Thu, 22 Jun 2023 21:45:19 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D110365 --- Comment #4 from Andrew Pinski --- (In reply to Zhendong Su from comment #3) > Sorry about the dup, and thanks for triaging it. I really should fix PR 110252 before more different new testcases are produ= ced.=