public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tom@tromey.com>
To: Tom Tromey <tom@tromey.com>
Cc: Simon Marchi <simark@simark.ca>,
	 Andrew Burgess <andrew.burgess@embecosm.com>,
	 gdb-patches@sourceware.org
Subject: Re: [RFA] Remove VEC from breakpoint
Date: Mon, 09 Jul 2018 04:21:00 -0000	[thread overview]
Message-ID: <87a7r1qbs3.fsf@tromey.com> (raw)
In-Reply-To: <87efgdqcby.fsf@tromey.com> (Tom Tromey's message of "Sun, 08 Jul	2018 22:09:53 -0600")

Tom> I'm going to take another attempt at it, using a hack to get the
Tom> configure logging output into the file that's visible in buildbot,
Tom> since I didn't see a way to fetch the config.log.

That didn't take long:

https://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/5859/steps/compile%20gdb/logs/stdio

I don't know what is going on here, but basically the test case passes
fine in configure, but causes problems in the build.

configure's test is:

    struct Bar { virtual ~Bar() {} }; Bar getbar();
    int
    main ()
    {
    const Bar& b = getbar();
      ;
      return 0;
    }

But the real code is:

  scoped_restore save_inferior_ptid = make_scoped_restore (&inferior_ptid);

If you have any ideas, I'd appreciate it.  Perhaps it's really some
different bug.  This only seems to affect the s390 builders.

Tom

  reply	other threads:[~2018-07-09  4:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-05 19:23 Tom Tromey
2018-07-03 14:33 ` Andrew Burgess
2018-07-04  4:40   ` Simon Marchi
2018-07-04  5:39     ` Tom Tromey
2018-07-04 17:29       ` Tom Tromey
2018-07-09  4:09         ` Tom Tromey
2018-07-09  4:21           ` Tom Tromey [this message]
2018-07-11  2:25             ` Simon Marchi

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=87a7r1qbs3.fsf@tromey.com \
    --to=tom@tromey.com \
    --cc=andrew.burgess@embecosm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=simark@simark.ca \
    /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).