public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@adacore.com>
To: Tom de Vries via Gdb-patches <gdb-patches@sourceware.org>
Cc: Tom de Vries <tdevries@suse.de>
Subject: Re: [PATCH] [gdb/ada] Move identical enums handling later
Date: Thu, 07 Sep 2023 08:00:43 -0600	[thread overview]
Message-ID: <87ledim6b8.fsf@tromey.com> (raw)
In-Reply-To: <20230906180121.31694-1-tdevries@suse.de> (Tom de Vries via Gdb-patches's message of "Wed, 6 Sep 2023 20:01:21 +0200")

>>>>> "Tom" == Tom de Vries via Gdb-patches <gdb-patches@sourceware.org> writes:

Tom> The problem is here in remove_extra_symbols:
Tom> ...
Tom>   if (symbols_are_identical_enums (syms))
Tom>     syms.resize (1);
Tom> ...
Tom> where one of the two identical enums is picked before the enum_rep handling
Tom> can resolve lit3 to one of the two.

Tom> Fix this by moving the code to ada_resolve_variable.

Thank you.  It's hard to reason about this patch (like, maybe there
could be some code path that now misses the de-duplication), but given
that you tested it, I think it's ok.

Approved-By: Tom Tromey <tom@tromey.com>

Tom

  reply	other threads:[~2023-09-07 14:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06 18:01 Tom de Vries
2023-09-07 14:00 ` Tom Tromey [this message]
2023-09-08  5:56   ` Tom de Vries

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=87ledim6b8.fsf@tromey.com \
    --to=tromey@adacore.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tdevries@suse.de \
    /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).