From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AA6B3858D1E; Fri, 23 Dec 2022 21:42:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AA6B3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671831779; bh=HOMo39JAcvjDUb03NVXtchnNMsUsOxZPE3coCbqCb1M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jStlbfmXvnIBziJ0edIbO3M8LLN8Dxy8NKFG71zkndxyi74uCibjJxCRTjORePc5k qUCM8KhOZ9g7RN5KpgrnXQelwooPWhPaism54DBU6niEVWEkqsyG9IyeCHdSFu9i16 vP0dgJFnyAOsUqhKbNH5FM7DoPjlwpM2wfWwe5UI= From: "mark at klomp dot org" To: gdb-prs@sourceware.org Subject: [Bug build/29198] [Regression] specified bound 4294967295 may exceed maximum object size 2147483647 Date: Fri, 23 Dec 2022 21:42:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: NEW 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: 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=3D29198 --- Comment #6 from Mark Wielaard --- The patch to suppress this warning was pushed: commit dac0515d825e788dec188fff4d5b9d4ac7383f33 Author: Mark Wielaard Date: Tue May 31 11:00:06 2022 +0200 gdb: Always suppress stringop-overread warning in debuginfod-support.c Just like on s390x with g++ 11.2.1 and ppc64le with g++ 11.3.1 g++ 11 on hppa produces a spurious warning for stringop-overread in debuginfod_is_enabled for url_view. Just always suppress it on all arches. https://sourceware.org/bugzilla/show_bug.cgi?id=3D29198 gdb/ChangeLog: * debuginfod-support.c (debuginfod_is_enabled): Always use DIAGNOSTIC_IGNORE_STRINGOP_OVERREAD. --=20 You are receiving this mail because: You are on the CC list for the bug.=