public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/30423] Build failures with clang 16
Date: Fri, 05 May 2023 19:27:32 +0000	[thread overview]
Message-ID: <bug-30423-4717-KVKz233Lfr@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-30423-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=30423

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-13-branch branch has been updated by Simon Marchi
<simark@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=caaf38247f0c5e9a7d20d5aaa4ece0b3482f65f9

commit caaf38247f0c5e9a7d20d5aaa4ece0b3482f65f9
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Thu Feb 23 12:35:41 2023 -0500

    gdb: fix -Wsingle-bit-bitfield-constant-conversion warning in z80-tdep.c

    When building with clang 16, I see:

        /home/smarchi/src/binutils-gdb/gdb/z80-tdep.c:338:32: error: implicit
truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
                info->prologue_type.load_args = 1;
                                              ^ ~
        /home/smarchi/src/binutils-gdb/gdb/z80-tdep.c:345:36: error: implicit
truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
              info->prologue_type.critical = 1;
                                           ^ ~
        /home/smarchi/src/binutils-gdb/gdb/z80-tdep.c:351:37: error: implicit
truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
              info->prologue_type.interrupt = 1;
                                            ^ ~
        /home/smarchi/src/binutils-gdb/gdb/z80-tdep.c:367:36: error: implicit
truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
                      info->prologue_type.fp_sdcc = 1;
                                                  ^ ~
        /home/smarchi/src/binutils-gdb/gdb/z80-tdep.c:375:35: error: implicit
truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
              info->prologue_type.fp_sdcc = 1;
                                          ^ ~
        /home/smarchi/src/binutils-gdb/gdb/z80-tdep.c:380:35: error: implicit
truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
              info->prologue_type.fp_sdcc = 1;
                                          ^ ~

    Fix that by using "unsigned int" as the bitfield's underlying type.

    (cherry picked from commit 07f285934886016ddd82cac99a3873e68b499d5c)

    Change-Id: I3550a0112f993865dc70b18f02ab11bb5012693d
    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30423
    Approved-By: Tom Tromey <tom@tromey.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2023-05-05 19:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-05 14:28 [Bug gdb/30423] New: " simon.marchi at polymtl dot ca
2023-05-05 15:05 ` [Bug gdb/30423] " tromey at sourceware dot org
2023-05-05 19:27 ` cvs-commit at gcc dot gnu.org
2023-05-05 19:27 ` cvs-commit at gcc dot gnu.org [this message]
2023-05-05 19:33 ` simon.marchi at polymtl dot ca

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-30423-4717-KVKz233Lfr@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).