From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35CF23849ACE; Fri, 3 May 2024 13:34:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35CF23849ACE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714743289; bh=3RBUTWDzYYwa4zgPSeEnfDCQrggyLd7K/Lco0/cJZw8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tYUOZkz7VvtXiX8eYtdD1AmKPuwapWo1Mr60LnsoplYk6bGGqfxb/4UoXDvBJVPuv sb8wpy+YzsrXe2T2g/tKVBYSQlcaMpvw7TQlZQ6IPy9bJ5OdJuJuWZFtSWTI8tlzON z23+hdJOimjxx94hZ1WRsmq1NW89/FLgdO8S7FOg= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/111475] [14 regression] Many C++ analyzer tests FAIL Date: Fri, 03 May 2024 13:34:48 +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: dmalcolm at gcc dot gnu.org 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: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc 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 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|14.0 |14.2 Summary|[14/15 regression] Many C++ |[14 regression] Many C++ |analyzer tests FAIL |analyzer tests FAIL --- Comment #14 from David Malcolm --- Testing the above patch on sparc-sun-solaris2.11 (cfarm216) shows this improvement to the results of 'gmake check-g++ RUNTESTFLAGS=3D"analyzer.exp=3D*"': # of expected passes 11395 -> 12043 # of unexpected failures 684 -> 0 # of unexpected successes 4 -> 0 # of expected failures 443 -> 447 So I believe this is fixed on trunk; waiting until after GCC 14.1 to backpo= rt to gcc 14.=