From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 28AA938A1033; Tue, 17 Mar 2020 08:52:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28AA938A1033 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584435141; bh=WwxYtZsXp9f3YNVUufdS3dVFcluMzQQ5/2uRU048U4E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uq9gWvaa+Yr9vii58Z2tZLUi0vKXjsh5hql3oGZV/j8shjlMyMJNSzI/HFjBnlNi6 7Bf/Q87QcDlMNpHZviM4ecXAhUwdY7JYVva2DzTpy/GM0QXUNw/fH4YKGOck6xIbW+ IywAjWXYP1Is0uXMQ2UOX2jLHvg+RssLY6AIFtrY= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94187] [10 Regression] valgrind error in count_nonzero_bytes since r10-2101 Date: Tue, 17 Mar 2020 08:52:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.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 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, 17 Mar 2020 08:52:21 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94187 --- Comment #10 from David Binderman --- (In reply to Martin Li=C5=A1ka from comment #9) > (In reply to David Binderman from comment #7) > > Once a month or so, it might be worthwhile running a valgrind enabled > > version of gcc over the C testsuite. >=20 > I run ASAN and UBSAN GCC build on weekly basis. But I must confess that I > remove some problematic tests (for those we have a PRs). So if I run a valgrind enabled gcc trunk over the C, C++ and Fortran code in the testsuite once a week, then that should match your testing activity. There are about 5,800 Fortran source code files, about 16,100 C++ and about 35,800 C source code files. That's a lot.=20 I'll start with Fortran, then add in C++ then C and see how I get on.=