public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "tromey at sourceware dot org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/31422] Replace gdb::array_view with std::span
Date: Sat, 06 Apr 2024 15:12:08 +0000	[thread overview]
Message-ID: <bug-31422-4717-PJbx5SIpVn@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-31422-4717@http.sourceware.org/bugzilla/>

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

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
I have a patch for this, but really using std::span means
making even more changes, e.g.:

      if (dwarf2_evaluate_property (&prop, nullptr, &addr_stack, &result,
                                    {addr_stack.addr}))
        return (int) (result - addr_stack.addr);

../../binutils-gdb/gdb/gnu-v3-abi.c: In function ‘int
gnuv3_baseclass_offset(type*, int, const bfd_byte*, LONGEST, CORE_ADDR, const
value*)’:
../../binutils-gdb/gdb/gnu-v3-abi.c:495:36: error: could not convert
‘{addr_stack.property_addr_info::addr}’ from ‘<brace-enclosed initializer
list>’ to ‘gdb::span<long unsigned int>’ {aka ‘std::span<long unsigned int,
18446744073709551615>’}

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

  parent reply	other threads:[~2024-04-06 15:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 17:05 [Bug gdb/31422] New: " tromey at sourceware dot org
2024-02-27 17:05 ` [Bug gdb/31422] " tromey at sourceware dot org
2024-02-27 17:13 ` simon.marchi at polymtl dot ca
2024-04-06 15:12 ` tromey at sourceware dot org [this message]
2025-02-07 18:37 ` tromey at sourceware dot org
2025-02-07 18:39 ` tromey at sourceware dot org

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-31422-4717-PJbx5SIpVn@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).