From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79692 invoked by alias); 15 Nov 2018 16:03:56 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 79663 invoked by uid 48); 15 Nov 2018 16:03:52 -0000 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: =?UTF-8?B?W0J1ZyBsaWJlbGYvMjM4ODRdIGVycm9yOiDigJhfX2VsZjMyX21zaXpl4oCZ?= =?UTF-8?B?IHNwZWNpZmllcyBsZXNzIHJlc3RyaWN0aXZlIGF0dHJpYnV0ZSB0aGFuIGl0?= =?UTF-8?B?cyB0YXJnZXQg4oCYZWxmMzJfZnNpemXigJk6IOKAmGNvbnN04oCZIFstV2Vy?= =?UTF-8?B?cm9yPW1pc3NpbmctYXR0cmlidXRlc10=?= Date: Thu, 15 Nov 2018 16:03:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libelf X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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-SW-Source: 2018-q4/txt/msg00135.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23884 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard --- This is weird. Where does the const come from? Neither the declaration of fsize nor msize have a const. It is as if gcc has determined that fsize could be const (maybe because it looks up the return value in a static table?) and then because we use __typeof__ to specify the type think the __typeof__ should include the cons= t? --=20 You are receiving this mail because: You are on the CC list for the bug.