From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CAA0D3858C60; Fri, 27 Jan 2023 10:10:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAA0D3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674814254; bh=xVit10mUCTi/55GFxY/lM+r1+koO95OQt+EceWcOuwI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=omYZvYIyJ3mYdD01x6UIntggD0NOgwp0Crpzl1fu1yDgW9FQcfDdriUJDM75MhRas 65a7eAUnG2z1kdIrQs8UDCJrYVHqcEBQ+cR9oTmHc1Psx1FOf1ciLsuoyc1SJnbPt/ Tt/dwZDbEpoPin3e3rMIr03qGP/ofMYD36P3OfTU= From: "gprocida at google dot com" To: libabigail@sourceware.org Subject: [Bug default/30048] incorrect qualifiers within compound types Date: Fri, 27 Jan 2023 10:10:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gprocida at google dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30048 --- Comment #4 from gprocida at google dot com --- We recently patched libabigail locally so that it doesn't transform const v= oid to void (which misrepresents the type of memcpy, for example). This seemed like an obvious self-contained fix... but, it seems it may have exposed other issues relating to qualifiers. There may be some overlap with that and issue here and the ones you linked to. --=20 You are receiving this mail because: You are on the CC list for the bug.=