public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix g++ 9.1 build breakage
@ 2019-08-21 20:54 gdb-buildbot
  2019-08-21 21:28 ` Failures on Fedora-x86_64-m32, branch master gdb-buildbot
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 20:54 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6 ***

commit c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6
Author:     Christian Biesinger <cbiesinger@google.com>
AuthorDate: Wed Aug 21 15:03:53 2019 -0500
Commit:     Christian Biesinger <cbiesinger@google.com>
CommitDate: Wed Aug 21 15:09:50 2019 -0500

    Fix g++ 9.1 build breakage
    
    gdb/ChangeLog:
    
    2019-08-21  Christian Biesinger  <cbiesinger@google.com>
    
            * tui/tui-data.h (tui_gen_win_info): Add an =default
            move constructor, required by some GCC versions.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3d9c3ce1b1..01e60fb189 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-21  Christian Biesinger  <cbiesinger@google.com>
+
+	* tui/tui-data.h (tui_gen_win_info): Add an =default
+	move constructor, required by some GCC versions.
+
 2019-08-21  Jinke Fan  <fanjinke51@yeah.net>
 
 	* go32-nat.c (go32_sysinfo): Add hygon_p.
diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h
index 6dfea41d49..f43035674d 100644
--- a/gdb/tui/tui-data.h
+++ b/gdb/tui/tui-data.h
@@ -55,6 +55,7 @@ protected:
   virtual void make_window ();
 
 public:
+  tui_gen_win_info (tui_gen_win_info &&) = default;
 
   virtual ~tui_gen_win_info ();
 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Failures on Fedora-i686, branch master
  2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
  2019-08-21 21:28 ` Failures on Fedora-x86_64-m32, branch master gdb-buildbot
@ 2019-08-21 21:28 ` gdb-buildbot
  2019-08-21 21:51 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 21:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-i686

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/18/builds/638

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6

Subject of commit:
        Fix g++ 9.1 build breakage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-i686/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option deref_refs: deref_refs=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option deref_refs=True, static_members=False
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new KFAIL: gdb.xml/tdesc-arch.exp: set tdesc filename tdesc-arch.xml
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-i686/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-i686/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Failures on Fedora-x86_64-m32, branch master
  2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
@ 2019-08-21 21:28 ` gdb-buildbot
  2019-08-21 21:28 ` Failures on Fedora-i686, " gdb-buildbot
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 21:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/17/builds/636

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6

Subject of commit:
        Fix g++ 9.1 build breakage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Failures on Fedora-x86_64-m64, branch master
  2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
  2019-08-21 21:28 ` Failures on Fedora-x86_64-m32, branch master gdb-buildbot
  2019-08-21 21:28 ` Failures on Fedora-i686, " gdb-buildbot
@ 2019-08-21 21:51 ` gdb-buildbot
  2019-08-21 22:18 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m64

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/3/builds/660

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6

Subject of commit:
        Fix g++ 9.1 build breakage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Failures on Fedora-x86_64-cc-with-index, branch master
  2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
                   ` (2 preceding siblings ...)
  2019-08-21 21:51 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
@ 2019-08-21 22:18 ` gdb-buildbot
  2019-08-21 22:53 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-cc-with-index

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/20/builds/639

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6

Subject of commit:
        Fix g++ 9.1 build breakage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
                   ` (3 preceding siblings ...)
  2019-08-21 22:18 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
@ 2019-08-21 22:53 ` gdb-buildbot
  2019-08-21 23:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
  2019-08-21 23:54 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/24/builds/636

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6

Subject of commit:
        Fix g++ 9.1 build breakage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/corefile.exp: core-file warning-free
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
                   ` (4 preceding siblings ...)
  2019-08-21 22:53 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
@ 2019-08-21 23:32 ` gdb-buildbot
  2019-08-21 23:54 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-extended-gdbserver-m32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/4/builds/636

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6

Subject of commit:
        Fix g++ 9.1 build breakage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
                   ` (5 preceding siblings ...)
  2019-08-21 23:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
@ 2019-08-21 23:54 ` gdb-buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2019-08-21 23:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m64

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/22/builds/636

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6

Subject of commit:
        Fix g++ 9.1 build breakage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/c0/c07aae6e727ca8ae2b3ef123d920b7cef2aff8c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-08-21 22:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 20:54 [binutils-gdb] Fix g++ 9.1 build breakage gdb-buildbot
2019-08-21 21:28 ` Failures on Fedora-x86_64-m32, branch master gdb-buildbot
2019-08-21 21:28 ` Failures on Fedora-i686, " gdb-buildbot
2019-08-21 21:51 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2019-08-21 22:18 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-08-21 22:53 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-08-21 23:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2019-08-21 23:54 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot

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).