From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9569C385E036; Thu, 18 Jan 2024 12:52:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9569C385E036 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705582333; bh=+5HgrMym467dhxREeuLIbiBaLrU7SwkH4FEi1LurSOk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QUupkFhccgvAElbPS79ftekmc879h7NkwOReVcjMxANmhnK7WCj+JuY/Z94Zh+nro 9RJtyUnvl6CQeLIa1F4jIFtaGoM/b684kn+10bGFRmhqCk5g+HHPzBc7ghVedcjEDh na8DlAMvS0DSq4GAQR11Y5AFl6IQ17Q/2oSR+WTY= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/111475] Many C++ analyzer tests FAIL Date: Thu, 18 Jan 2024 12:52:12 +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: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ro 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: 14.0 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111475 --- Comment #1 from Rainer Orth --- After commit ae034b9106fbdd855ec22ce221bb61a1a9a532c3 Author: David Malcolm Date: Thu Dec 14 16:53:50 2023 -0500 testsuite: move more analyzer test cases to c-c++-common (3) [PR96395] there are now 840 additional FAILs. This causes 1458 out of 1871 FAILs (Solaris/x86) resp. 1588 out of 2236 FAILs (Solaris/SPARC) to be analyzer related. Compared to 98 out of 485 (i386) resp. 98 out of 529 (sparc) on the gcc-13 branch, this makes for a massive regression (factor 14 resp. 18).=