aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2020-09-25 14:44:07 +0100
committerGary Benson <gbenson@redhat.com>2020-09-25 14:44:07 +0100
commitc20c017b2cdd28aa93071151bb7e704541fde730 (patch)
tree719bb50a6c087c4e6091eca11e5b1028478f6005 /gdb/cli/cli-script.c
parent68d654afdfcff840ebb3ae432ed72dca0521d670 (diff)
downloadgdb-c20c017b2cdd28aa93071151bb7e704541fde730.zip
gdb-c20c017b2cdd28aa93071151bb7e704541fde730.tar.gz
gdb-c20c017b2cdd28aa93071151bb7e704541fde730.tar.bz2
Fix gdb.base/infcall-nested-structs-c++.exp with Clang
gdb.base/infcall-nested-structs-c++.exp failed to build using Clang with many variations on the following error: gdb compile failed, /gdbtest/src/gdb/testsuite/gdb.base/infcall-nested-structs.c:207:46: warning: self-comparison always evaluates to true [-Wtautological-compare] This commit builds this testcase with -Wno-tautological-compare when using Clang, to avoid this failure. gdb/testsuite/ChangeLog: * gdb.base/infcall-nested-structs.exp.tcl: Add additional_flags=-Wno-tautological-compare for C++ tests when compiling using Clang.
Diffstat (limited to 'gdb/cli/cli-script.c')
0 files changed, 0 insertions, 0 deletions