From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2162C1F62E for ; Wed, 16 Jan 2019 21:24:02 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; q=dns; s=default; b=nhtJQWZLQ5UlWb8k ohZvWD73X89UuXlmI+Wz+JXF0CCTSsvHraR7swL+Em7uKiQEQ4EFGy3b0a7EoT1b a1A/BvP/yLDsJL2H04T44K4zYHR4Guni8v4YM2pbXGyqwgzlngk2oclDnEQz5iLQ ZBYlzLdW0dZyeNHC2ROspCA6LsU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; s=default; bh=rt6MwHv0rh8AHhwBfkzZ7x nCLLc=; b=qvZY4m2nfeW8i32bq0vZFPeINKrjorBajeCo11xqi08Mi0BlEtXDSD Ljv9HovNXW0DlUSyS/zV9rBq9/YYZgzZ5U0gMVqnTxBMVYapNI3Hy5+XkyW1uqAu W125RZU1rBgwGli8nLaqp3SJ4fbpcg2hSbAoShlYFLGL4M1pOaCdY= Received: (qmail 39193 invoked by alias); 16 Jan 2019 21:23:59 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 39175 invoked by uid 89); 16 Jan 2019 21:23:59 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: DJ Delorie To: "Carlos O'Donell" Cc: libc-alpha@sourceware.org Subject: Re: Failing misc/check-installed-headers-c with new kernel headers. In-Reply-To: <30a12210-dbcc-f92f-ad59-2b1c5ad10136@redhat.com> (carlos@redhat.com) Date: Wed, 16 Jan 2019 16:23:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain I think ignoring comments is the right way to go, else we can't allow a comment like: /* Don't use ulong here, it's obsolete. */ I don't ever think it's a good idea for commentary to limit technical choice. I won't comment on how hard expanding a regex might be ;-)