From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id 62C6A3858D29 for ; Mon, 15 Feb 2021 08:11:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 62C6A3858D29 Received: by mail-wr1-x42b.google.com with SMTP id u14so7834207wri.3 for ; Mon, 15 Feb 2021 00:11:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7ZjeX0/GtwPel+NlLZ0AIuW8NxLrnN0WaOT56LkdUYM=; b=nu+3t8E3kPYbcLBWEi+A/cKPz3vfw15zBePBCEvuwwxqnc+8adFlOFNGCJos+0RMMe QuVlD7Ky4vQNpa1mmF0OY0kn4RJECVjMnZoApH1tNMHlvCpkkUbeMhFGkIDpekLgojZG gh8rOQW9lVud9+zjCFi3obJKUTXi4hakgTuY7jtdD0H80C+yPWSDHxhXDQgIMdtFd0sG pWLN46BR+h9syeVNu5AVLQJVKOnUv2W8EimIS+1lRwaXjIPWQYspLEt0Vg5OV5UdrPun jOwkI9VXoG/yqXPLgms0yWR3yyd2UG5GXH0xEw9TemaCf8X3+/jpP1Cl4DUIrRPHSL0w Upmw== X-Gm-Message-State: AOAM530bgo6JcQIT58WF8A/SMgMG0VuRnwyRBeODMBiukIvYvDSEIp92 12KVAHE2PG/aNlinDcdZONFpyvU6jGmV96BhRH4= X-Google-Smtp-Source: ABdhPJyrn75aZKACG/CtzcRPuYeL+euxVKvAjzcf34IuAkVc6UYybyUu1TDwBQaiHQz1GG26yuGs9QTDD9Qh1Wwl4nE= X-Received: by 2002:a05:6000:1379:: with SMTP id q25mr16948857wrz.89.1613376699363; Mon, 15 Feb 2021 00:11:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 15 Feb 2021 08:11:28 +0000 Message-ID: Subject: Re: Doc fix request: C/C++ extended asm empty input constraint To: Neven Sajko Cc: gcc@gcc.gnu.org X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 08:11:42 -0000 On Mon, 15 Feb 2021, 00:48 Neven Sajko via Gcc, wrote: > > This is why I am asking for this feature to be documented. It seems > like this would be the most appropriate place: > https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#InputOperands > > I would have tried to contribute a doc fix myself, but I couldn't find > the sources for the online docs in the GCC Git repository. > git grep is your friend. The relevant section is: https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/doc/extend.texi;h=e110cb010617bfb78e740433c3aa30a7399b504e;hb=HEAD#l10344