This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 102a644eaaa Clarify why we unit test matching symbol names with 0xff ch [...] new 622c4842bb4 Improve clear command's documentation new cffe02acaa8 gdb/testsuite: remove F77_FOR_TARGET support new 7c07eaec49c gdb/testsuite: Use -module option for Intel Fortran compilers new c8df10fc707 gdb/testsuite: Fix fortran types for Intel compilers. new 7ce4a6d1846 gdb/testsuite: move getting_compiler_info to front of gdb_compile new 44d469c5f85 gdb/testsuite: add Fortran compiler identification to GDB new 22582546c18 gdb/testsuite: rename intel next gen c/cpp compilers new 87364601b87 gdb/testsuite: disable charset.exp for intel compilers new 93bbd6c793f testsuite, fortran: add required external keyword new 15868bc8831 testsuite, fortran: add compiler dependent types to dynamic [...] new 4212a8c9077 testsuite, fortran: Add '-debug-parameters all' when using [...] new 5c8ff7f6d92 testsuite/lib: add check_optional_entry for GDBInfoSymbols new b8dd7ddff9b testsuite, fortran: fix info-types for intel compilers new 6b7b705d7c2 testsuite, fortran: allow additional completions in module.exp new a60ead5ded5 gdb, testsuite, fortran: fix double free in mixed-lang-stack.exp new 0df017fbca3 gdb, testsuite, fortran: fixup mixed-lang-stack for Intel/L [...] new ebad7c66133 gdb/testsuite: fixup common-block.exp for intel compilers
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/doc/gdb.texinfo | 35 +++++--- gdb/testsuite/boards/cc-with-tweaks.exp | 5 -- gdb/testsuite/boards/debug-types.exp | 1 - gdb/testsuite/boards/gold-gdb-index.exp | 1 - gdb/testsuite/gdb.fortran/assumedrank.exp | 6 +- gdb/testsuite/gdb.fortran/charset.exp | 5 ++ .../gdb.fortran/class-allocatable-array.exp | 4 +- gdb/testsuite/gdb.fortran/common-block.exp | 38 +++++++- .../gdb.fortran/derived-type-striding.exp | 2 +- gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.exp | 79 ++++++++-------- gdb/testsuite/gdb.fortran/function-calls.f90 | 1 + gdb/testsuite/gdb.fortran/info-types.exp | 20 ++++- gdb/testsuite/gdb.fortran/library-module.exp | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp | 12 +-- gdb/testsuite/gdb.fortran/mixed-lang-stack.exp | 21 +++-- gdb/testsuite/gdb.fortran/module.exp | 5 +- gdb/testsuite/gdb.fortran/namelist.exp | 2 +- gdb/testsuite/gdb.fortran/nested-funcs-2.exp | 3 +- gdb/testsuite/gdb.fortran/ptype-on-functions.exp | 6 +- gdb/testsuite/gdb.fortran/vla-type.exp | 2 +- gdb/testsuite/lib/compiler.F90 | 69 ++++++++++++++ gdb/testsuite/lib/compiler.c | 2 +- gdb/testsuite/lib/compiler.cc | 2 +- gdb/testsuite/lib/fortran.exp | 100 ++++++++++++--------- gdb/testsuite/lib/future.exp | 21 +---- gdb/testsuite/lib/gdb.exp | 62 ++++++++----- gdb/testsuite/lib/sym-info-cmds.exp | 18 +++- 27 files changed, 343 insertions(+), 181 deletions(-) create mode 100644 gdb/testsuite/lib/compiler.F90