From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DAF6D385220F; Fri, 18 Nov 2022 08:12:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DAF6D385220F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668759167; bh=YzZcbq5j7W2UGz1MX4VrPNa9zoTaGq4VyCccW9tpDjM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GCFB6Rj0SDsextFYLEbrSc8BZGqiEa9hZuKmSFZlHVdaI+MGHdDqCIxh9F5/Xitb0 k/A87s3LmNq+m+9ff2MV9Qz0HhdMrGmA930YABLm6OQzF6GwuNtfBqc2JgmbVs7KZy CL6Urkq4mGgMUG74RFBHCRXiDcZB8nWt5p00UI9s= From: "wwwhhhyyy333 at gmail 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: Fri, 18 Nov 2022 08:12:44 +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: wwwhhhyyy333 at gmail 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 #12 from Hongyu Wang --- (In reply to Andrew Pinski from comment #9) > Fixed. Thanks for the fix! I was not aware that sbitmap does not have a default constructor :(.=