diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8ee15208ce..a744a245be 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-04-20 Gary Benson + + * gdb.cp/exception.cc: Fix compilation error with clang. + 2020-04-20 Gary Benson * gdb/testsuite/gdb.trace/tspeed.c: Fix compilation error with diff --git a/gdb/testsuite/gdb.cp/exception.cc b/gdb/testsuite/gdb.cp/exception.cc index 034c9dc866..813c1605c0 100644 --- a/gdb/testsuite/gdb.cp/exception.cc +++ b/gdb/testsuite/gdb.cp/exception.cc @@ -17,8 +17,6 @@ // Test file for exception handling support. -using namespace std; - int foo (int i) { if (i < 32)