From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 11ED6386EC35; Fri, 14 Aug 2020 03:40:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11ED6386EC35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597376404; bh=CMKGSWcTf+bqvuRZUDjCRDPVfnBnz03rFRAqmLvXUF8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W4vkCm0z+mlmgMA53AgnGiHM8GQYovym3Ifv6TU3OAl1Np8l8G570lUfOLTaLYqgt QJf5nr1+reI0UwH3tEA0Q3bbg9BvHwC57yTVkRaDRpp4zKPQHB+6IBf1efJshO5EsZ nl8d9leMe3LwBP0jyChtsrjIFp2C+8aHPJFRtcCw= From: "asolokha at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/93388] ensure -fanalyzer works with our C code Date: Fri, 14 Aug 2020 03:40:03 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: asolokha at gmx dot com X-Bugzilla-Status: ASSIGNED 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: Fri, 14 Aug 2020 03:40:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93388 --- Comment #17 from Arseny Solokha --- (In reply to David Binderman from comment #16) > I had another look at this and considerable progress has been made. > Only six ices left for the C code in the test suite. These are After the recent analyzer overhaul it's probably time to update this list o= nce again. Maybe trying each optimization level in turn besides -O2 might also = make sense.=