public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
To: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
	"tdevries@suse.de" <tdevries@suse.de>,
	"cel@us.ibm.com" <cel@us.ibm.com>
Cc: "will_schmidt@vnet.ibm.com" <will_schmidt@vnet.ibm.com>
Subject: Re: [PATCH] PowerPC, fix gdb.base/retval-large-struct.exp
Date: Wed, 23 Nov 2022 12:44:57 +0000	[thread overview]
Message-ID: <44c96e1b8a97169de54897f97161d86f1f490ebb.camel@de.ibm.com> (raw)
In-Reply-To: <eb2333fd-4dab-cb2c-7a77-d32821a00551@suse.de>

Tom de Vries <tdevries@suse.de> wrote:

>My concern is older gcc compilers that do not support -fvar-tracking. 
>Those have no chance of succeeding, so we should bail out for those.
>
>OTOH, non-gcc compilers may or may not provide sufficient debug 
>information, so there's no need to bail out for those.

I'm skeptical of trying to determine in advance whether or not
the current platform supports the required entry-value records.
This not only leads to rather complicated logic in the test, but
that logic isn't actually accurate anyway ...

Note that entry-value records are only loosely associated with
the -fvar-tracking option.  As you say, compilers are free to
produce entry-value records without that option (even GCC only
requires that option at -O0).  On the other hand, there are
versions of GCC that support -fvar-tracking, but *still* do not
generate entry-value records (-fvar-tracking was added in 2004,
but entry-value records only in 2011).

I personally would be fine with just having the test fail then
(I mean, the feature actually does fail).  Or in the alternative,
recognize the scenario after the fact - the ppc back-end will
emit an error message if it cannot determine the return value
due to lack of entry-value records, so the test case might
recognize that message and downgrade from a FAIL to an
UNSUPPORTED state based on that.

Bye,
Ulrich


  reply	other threads:[~2022-11-23 12:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16 22:11 Carl Love
2022-11-17 12:57 ` Ulrich Weigand
2022-11-17 16:18   ` Carl Love
2022-11-18 14:46 ` Tom de Vries
2022-11-18 16:04   ` Ulrich Weigand
2022-11-18 16:14     ` Carl Love
2022-11-18 16:25     ` Tom de Vries
2022-11-18 19:11       ` Carl Love
2022-11-19  6:42         ` Tom de Vries
2022-11-23 12:44           ` Ulrich Weigand [this message]
2023-03-07 18:59     ` Tom Tromey
2023-03-08 13:48       ` Ulrich Weigand
2023-03-08 15:15         ` Tom Tromey

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=44c96e1b8a97169de54897f97161d86f1f490ebb.camel@de.ibm.com \
    --to=ulrich.weigand@de.ibm.com \
    --cc=cel@us.ibm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tdevries@suse.de \
    --cc=will_schmidt@vnet.ibm.com \
    /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).