From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B8B83832E4F; Tue, 4 Jun 2024 10:13:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B8B83832E4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717495981; bh=ZfCs+Xir7aiaDRXDXA9ZyliPhls9bV0mRnoBkwEqZtM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IaUF8Qlblp7GPaLtKxebhQABwrtm2m283uONiALED5VYQbVVrKbhYa/nphTXTRS/S l/KeUblBEb9mFXlLKupPDBlX1nguoMh/ROs+xBeeoKlFiPdF6lCNX4ZBLr9j9v758J tUQ6NQH4l1SaZU93CkPSL2NbTLPHXCmpkUL2ynuQ= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115337] wrong code with _BitInt() __builtin_stdc_first_leading_one/__builtin_clzg (with -1 as second arg) at -O2 Date: Tue, 04 Jun 2024 10:13:01 +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: 15.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D115337 --- Comment #5 from Jakub Jelinek --- Created attachment 58340 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58340&action=3Dedit gcc15-pr115337-2.patch Fixes for some formatting issues I found during the debugging.=