The following patch has caused a few regressions on the testsuite: https://sourceware.org/pipermail/gdb-patches/2020-June/169726.html Reported here: https://sourceware.org/pipermail/gdb-patches/2020-June/169784.html And here: https://sourceware.org/pipermail/gdb-patches/2020-June/169805.html
Patch submitted: https://sourceware.org/pipermail/gdb-patches/2020-June/169959.html
The master branch has been updated by Tom de Vries <vries@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b011fe1a7242f242699f9e74798e5ffbc7973c6e commit b011fe1a7242f242699f9e74798e5ffbc7973c6e Author: Tom de Vries <tdevries@suse.de> Date: Tue Jun 30 09:23:09 2020 +0200 [gdb/testsuite] Handle early_flags in gdb_default_target_compile In gdb_default_target_compile, we use dejagnu's default_target_compile, unless we need support for languages that are not yet support in the used dejagnu version, in which case we use a local default_target_compile: gdb_default_target_compile_1. However, there's another reason to use the local default_target_compile: when early_flags is used, because there's no dejagnu release available yet supporting this. Fix this by detecting and handling early_flags in gdb_default_target_compile. Tested on x86_64-linux. gdb/testsuite/ChangeLog: 2020-06-30 Tom de Vries <tdevries@suse.de> PR testsuite/26175 * lib/future.exp (gdb_default_target_compile): Detect and handle early_flags.
Patch fixing testsuite committed, marking resolved-fixed.
test