From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDAC63858D38; Thu, 23 May 2024 01:54:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDAC63858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716429270; bh=uFHuonxHZte9JKsBEbfIZ8RYzgUYw9Qph8gULjsN1Ow=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S8GgT+Uom2kgl/vkAjray+0NgHHUa8JnNs6y4LD4bWCOprFJOBVl8ltM7sAHhE14U It1gJKwV1G12zbOOZ3YbKmF8e5iaYIJwitdSe9SGSVo2aC+LUEY9oAEa+X37yLkkdU zdRBOO+pOcn7ERwwFDV7N9nIOhn8RPyNQ67BOe5o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/115201] Recursive binary search is incorrectly inlined Date: Thu, 23 May 2024 01:54:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: component 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=3D115201 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|tree-optimization |ipa --- Comment #1 from Andrew Pinski --- I suspect this is way GCC recursive inlining works and it is working correc= tly. While LLVM does not do any recursive inlining (anywhere).=