From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-x112d.google.com (mail-yw1-x112d.google.com [IPv6:2607:f8b0:4864:20::112d]) by sourceware.org (Postfix) with ESMTPS id C72DD386F41B for ; Mon, 9 May 2022 10:46:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C72DD386F41B Received: by mail-yw1-x112d.google.com with SMTP id 00721157ae682-2f863469afbso139669347b3.0 for ; Mon, 09 May 2022 03:46:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sjrvyAe2GErLPONBBqDJOVv44y8vztpfOIArcm3MeGY=; b=dBlgvc6RcZD9iDGeQp+n5naeyCjg+R3BKeSZPruQpuIFxfFSZmAvyugZNMNRh1ryyK IxLpdzog13Uet+ZYa4o5Y/tB5maVYdpGyLlKQI3QqfbY03pmCYD30GPnlVZQAcfymcPy lneKgj734vXWUstB+ji1YooizycfrpRAqfBFCcNxLYi6uJ5YGAG3G5QJhQgGIMVdYTKD 0XjYGgBJzTch7WIiyh4QRmyd3uvmTzocpX43BZ9RRbgyXPXb8LuC4dXDXMDUbR2mqmdu o1mPd34ArM7KRYNBzWK92H1qN55tVhqKMO9sZwRxnZ1Ccnvw7To1H+y3p92Hccfw1xMw Pq/w== X-Gm-Message-State: AOAM532Hrih91W3ZJ7l7uzOiq38lzj72iAHjz9g49Xfwl6xuFVrFnMjb 4GMT0FfYkK5VQ+yN+XqazMoHn5vAkZ1uPHLLprM5JKjbSUvB8g== X-Google-Smtp-Source: ABdhPJzsFDp9uiMz81YtJqVg6e6kmqozbtPO68nFVa4gxiXzYHYR9n6yB7qnq5ChdZuK8PavaLh8XFoOmzorHD3S7Dg= X-Received: by 2002:a81:b8d:0:b0:2f7:cf33:e840 with SMTP id 135-20020a810b8d000000b002f7cf33e840mr13339195ywl.73.1652093172221; Mon, 09 May 2022 03:46:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Pavel M Date: Mon, 9 May 2022 13:45:35 +0300 Message-ID: Subject: Re: Creating an account to report a bug To: Mark Wielaard Cc: Overseers mailing list X-Spam-Status: No, score=1.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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2022 10:46:14 -0000 Hi Mark, Thanks! It turns out that GCC is OK, because it preincludes . However, it seems that Clang doesn't. This causes issue: https://github.com/llvm/llvm-project/issues/53132. Here is the relevant code from include/features.h: /* Get definitions of __STDC_* predefined macros, if the compiler has not preincluded this header automatically. */ #include If the compiler has not preincluded this header automatically, then there is a violation of C11 6.10.8. I've already notified Clang developers to consider fixing 53132 by preincluding . -- Pavel On Mon, 9 May 2022 at 01:11, Mark Wielaard wrote: > Hi Pavel, > > On Sun, May 08, 2022 at 04:35:52PM +0300, Pavel M via Overseers wrote: > > I need to create an account to report a bug > > A bugzilla account has been created for you. You should have gotten an > email about it. You can activate your account through the Forgot/Reset > Password link. > > Cheers, > > Mark > >