From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0AF583852C53; Thu, 17 Nov 2022 19:43:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0AF583852C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668714219; bh=DFJ8SY6lwtoNTlkinl/U4S7h5iRGs/FheB5gUDA32no=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JItGcC8jglZBO7goxefbl9Wb7Ju6uK5cnBNa/FkyilYlZcfodL6S+faW9yvh9uFkN LYag5VbfgGoMFz4qt1OYoL0xaAM5gH+vPWY4aYNXnwVzy9zwVYgt1FkmIRUJJFWmaw u0o/1ZRcbYc7AB4IW3PM5yu17+e0PBdKhRI44b04= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107734] [13 Regression] valgrind error for gcc/testsuite/cc.target/i386/pr46051.c Date: Thu, 17 Nov 2022 19:43:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D107734 --- Comment #10 from David Binderman --- (In reply to Andrew Pinski from comment #9) > Fixed. Thanks for that.=20 Would it ok to manually check all uses of sbitmap, to make sure they initia= lise bits appropriately, or would it be better to define a constructor which set= s=20 the internal bitmap data to something sensible ?=