From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa34.google.com (mail-vk1-xa34.google.com [IPv6:2607:f8b0:4864:20::a34]) by sourceware.org (Postfix) with ESMTPS id B95C73858004 for ; Thu, 14 Jan 2021 06:19:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B95C73858004 Received: by mail-vk1-xa34.google.com with SMTP id a6so1108132vkb.8 for ; Wed, 13 Jan 2021 22:19:25 -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:from:date:message-id:subject:to; bh=Xn61dH9WagexRADeIyRDeEoj2liiEFa9sSb5eCuv32M=; b=t5jbngmdJqrXUjq+6vOrXm0pDCZOkI+QU5eI86ksCg9o802Mrp5aDC8RjN0w2tAOqQ g1VfZHDVunQTgvqCEWuCPWxZsI4CUjJrxr6IT0IuI48U6mpggnLWiJWeYV5LX0j2L2GO /Mu9mRhB7CLGkVxmIv4g85Fp4nZ/I3C2IpRD6jNAP6XFAyeuj8aojBgkXPvLzTTE5Gis Y5IvupUDBUZ+rNY4gJdW8UYMdNmiC+pvJOpp3Zjul/2TkaToRDrMlCzO321A4PmNdepx lFmyfeTJw4ZSpZPLlr0fzSJFMYsbR8m/CsiqW1hwJcIQOdJw+XFKoEKJXpORXvX0gZAx xFPA== X-Gm-Message-State: AOAM532xVMRXs/pm806rz9JYHhzfuNE7Bj4zSHAIkh3fn6Lr4fZ3Kawl biN6zILY39QNBYIpSW6W6bb0Vc/xgSmvToSCisrTlHd611mbNg== X-Google-Smtp-Source: ABdhPJyohP4sANUww6p+t0VE3lXjSxD6ITtxmKOH2MPLjFidlGHQz7oG05E7+raGit01ZqEpwgkSk1BcXO6MiH2rGB4= X-Received: by 2002:a1f:9ed4:: with SMTP id h203mr5195247vke.1.1610605165047; Wed, 13 Jan 2021 22:19:25 -0800 (PST) MIME-Version: 1.0 From: Xing GUO Date: Thu, 14 Jan 2021 14:19:14 +0800 Message-ID: Subject: Is there any easy way to check my machine description? To: gcc-help@gcc.gnu.org X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, 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-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 06:19:29 -0000 Hi folks, I'm working on adding a new target to GCC. I have to implement a new machine description to it. Every time I edit the machine description, I have to rebuild GCC entirely. I want to ask: is there any easy way to check the syntax/correctness of the machine description (.md files)? Thanks in advance! Cheers, Xing