From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 82A1F388E81F; Tue, 16 Jun 2020 16:29:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82A1F388E81F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592324965; bh=gqmXlkYYor1ri3owLoz64nKq9ANdMH1GwgFnsNS84uc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sEIQejCwBxc+6BTHrePmDKOwLz3K+ZYWkUNR8YP6QFGUeLqfhJDYohfhyocutpmei 5Dja2kKT0BI6ktax8PJ6Hqa1WC8+3vj68rYPzWzL+HfUMUdxEFiyTRGCI/8qe1ABSC Hua0HSaibIt+SPGHpmR/Wg/U/8NP4xIxLHewEuPo= From: "iii at linux dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95700] read-md.c: "missing sentinel in function call" when building gcc with musl Date: Tue, 16 Jun 2020 16:29:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iii at linux dot ibm.com 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: attachments.created Message-ID: In-Reply-To: References: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2020 16:29:25 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95700 --- Comment #4 from Ilya Leoshkevich --- Created attachment 48740 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48740&action=3Dedit preprocessed output In the preprocessed output I see that gcc's stddef.h is used, but most like= ly `#define NULL 0L` comes from some other musl header, since musl defines it = in like 8 places.=