gdb: Always suppress stringop-overread warning in debuginfod-support.c
authorMark Wielaard <mark@klomp.org>
Tue, 31 May 2022 09:00:06 +0000 (11:00 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 15 Jun 2022 00:37:18 +0000 (02:37 +0200)
commitdac0515d825e788dec188fff4d5b9d4ac7383f33
tree18b64816fe5fb703f11ad4ad7c0a9251bbc42961
parent55bb7f5bb6caf52d94d9716ef94ac4d02d71ad12
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=29198

gdb/ChangeLog:

* debuginfod-support.c (debuginfod_is_enabled): Always use
DIAGNOSTIC_IGNORE_STRINGOP_OVERREAD.
gdb/debuginfod-support.c