From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2B043858D32; Mon, 1 Apr 2024 20:45:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2B043858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712004318; bh=Bh/sJcuQtWwZhfnkfbtDUOgDev6g8HnGwGXVWznf7es=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wMVN4ttpaTqQ7bHOZPCEPGSCFjr28Fg0iQkMxXmV+bGeHd85r8JjQE4WUuv/T4QqW S/fqAmeK0snmX7SDtgDdQIbDBlEkeIqLb+diFnBux9kGa1Oydw1e3f3rnHbtQlpEvx s5+Wq6+1qRdyLBt5l+hgSs8bNUqCmv7mQE7fUKnw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114551] [14 Regression] wrong code at -O3 on x86_64-linux-gnu Date: Mon, 01 Apr 2024 20:45:18 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: target_milestone cf_gcctarget short_desc everconfirmed keywords cf_reconfirmed_on 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=3D114551 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 Target| |x86_64-linux-gnu Summary|wrong code at -O3 on |[14 Regression] wrong code |x86_64-linux-gnu |at -O3 on x86_64-linux-gnu Ever confirmed|0 |1 Keywords| |needs-bisection, wrong-code Last reconfirmed| |2024-04-01 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed.=