From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 247C3386EC18; Thu, 27 Aug 2020 22:49:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 247C3386EC18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598568595; bh=5kTetLCju9roM23OGyaEr5Ign+N8EL7X9Cd6iABhQQ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hCttp67Mq1Ra1otmMKUYiEuPvxvjkx1wF4NLeLRJUpwpM6CUlTGaUw8QUJYdsXxfO oGDSQn/0z+OnkB78f1HbOiYWtFHlUGl+BJLdbZzFY7/bIfpVn5HnU2ruR+8tf2UhMl Zy8Ef8QZ3U7oEfhLKbwXoQWdM6lVPE9cXvqmfBwg= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/96798] Analyzer failures on Darwin Date: Thu, 27 Aug 2020 22:49:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: Thu, 27 Aug 2020 22:49:55 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96798 --- Comment #1 from David Malcolm --- Sorry about the failures. I attempted to reproduce this via building a cross-compiler with build=3D=3Dhost=3D=3Dx86_64-pc-linux-gnu and --target=3Dx86_64-apple-darwin= 19.6; I think this comes down to the tests in question using the system's . What does the declaration of memset look like in your headers? (including attributes)=