From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 357093858D35; Fri, 11 Nov 2022 23:27:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 357093858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668209246; bh=p55TfixqwN8eXO+4BNwtT/3eTsn4qc5nPERbxPX4iEE=; h=From:To:Subject:Date:From; b=J4OnuFwZmdxt+NEq38PlMg1H80CQU/gCqn5v6/Io6Y36WtKzWCoQpGFiQGAO99+sB VK0AVIr2VLkXGbQlOnEbAsjmU5cqHUFPHKsJHEDYfeBIJ+sYZd9+0SFoN6AnDqAHM2 qxO+PmTIKuEr5rTP/VzmZDAJFXAqKhsUyTgBNRCc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107656] New: post sphinx conversion, can't tell between a target macro or a target hook Date: Fri, 11 Nov 2022 23:27:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter blocked target_milestone Message-ID: 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=3D107656 Bug ID: 107656 Summary: post sphinx conversion, can't tell between a target macro or a target hook Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Blocks: 107655 Target Milestone: --- https://gcc.gnu.org/onlinedocs/gccint/target-macros/storage-layout.html https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gccint/Storage-Layout.html#Storag= e-Layout For an example PROMOTE_MODE, in the texinfo version, it has: Macro: PROMOTE_MODE (m, unsignedp, type) while for TARGET_C_EXCESS_PRECISION: Target Hook: enum flt_eval_method TARGET_C_EXCESS_PRECISION (enum excess_precision_type type) But in the sphinx version, it does not list if it was a macro or a hook. Wh= ich makes these confusing of what each is. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107655 [Bug 107655] [meta-bug] tracker bug for issues encountered in the texinfo-to-sphinx migration=