From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC8F33858431; Thu, 9 Dec 2021 11:32:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC8F33858431 From: "jwakely.gcc at gmail dot com" To: libabigail@sourceware.org Subject: [Bug default/28641] const'ness of member functions is not detected in clang++ binaries Date: Thu, 09 Dec 2021 11:32:45 +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: jwakely.gcc at gmail dot com X-Bugzilla-Status: NEW 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 X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2021 11:32:46 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28641 --- Comment #12 from Jonathan Wakely --- (In reply to gprocida from comment #10) > The difference is in the const-ness of the this pointer. It is *not* the > const-ness of the function (i.e., the constness of *this). If that's true, this is a very confusing way for abixml to express that: gcc: clang: If the "const" attribute here refers to an unobservable and irrelevant deta= il of the implicit object parameter, why is it an attribute of the element, not its parameter? --=20 You are receiving this mail because: You are on the CC list for the bug.=