From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 557CB3858407; Fri, 9 Feb 2024 11:10:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 557CB3858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707477027; bh=tQDA44nhjUYnU6oo0wgww7z20pTrxoPsRlKQy9FDThs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LrKlNoE12X4oKu2jcfA5IByVSdaIQjKDtQ7QVLs1PAt5kbF1C5ZQK3UtNVve2Hk0h zQCFAtw2ZY2NKA1UcR8kWkGd5tYaYd9gNI+LQv/JWCk6HTU/YoBDQj8kSHh0hvtymd pfA0CnKKEBzD2xMFCX56R6hj7ON/a9N+cL2BzRYw= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113849] wrong code with _BitInt() arithmetics at -O1 Date: Fri, 09 Feb 2024 11:10:27 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status everconfirmed cf_reconfirmed_on 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=3D113849 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-02-09 --- Comment #1 from Richard Biener --- Confirmed.=