public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6] [C++] Drop -fpermissive hack, enable -Werror
@ 2015-11-18 16:40 Pedro Alves
  2015-11-18 16:40 ` [PATCH 4/6] [C++] breakpoint.c: "no memory" software watchpoints and enum casts Pedro Alves
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Pedro Alves @ 2015-11-18 16:40 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

The first 4 patches finally make GDB build cleanly in C++, at least on
x86_64 GNU/Linux and x86_64 mingw.  At this point, I think we should
drop the -fpermissive hack and default to -Werror in C++ mode too,
which is what the last two patches do.

This lets the buildbot catch C++ build regressions promptly -- we
already have a Fedora buildslave building in C++ mode specifically for
that, but it currently misses regressions around pointer casts and
enum conversions exactly due to -fpermissive/-Wno-error.

Other ports still need further C++ conversion work, though the build
failures shouldn't be too many and should be mostly localized to
host/target-specific code.

Pedro Alves (5):
  [C++] remote.c: Avoid enum arithmetic
  [C++] linux-thread-db.c: dladdr cast
  [C++] breakpoint.c: "no memory" software watchpoints and enum casts
  [C++] Drop -fpermissive hack
  [C++] Default to -Werror in C++ mode too

Simon Marchi (1):
  [C++] s390: Fix enum gdb_syscall conversion

 gdb/breakpoint.c           | 49 ++++++++++++++++++++++++++++++++++------------
 gdb/build-with-cxx.m4      |  3 +--
 gdb/configure              | 10 +++-------
 gdb/configure.ac           |  7 ++-----
 gdb/gdbserver/configure    |  6 ++----
 gdb/gdbserver/configure.ac |  3 +--
 gdb/linux-thread-db.c      |  2 +-
 gdb/remote.c               |  2 +-
 gdb/s390-linux-tdep.c      | 41 ++++++++++++++++++++++----------------
 gdb/target.c               | 36 +++++++++++++++++++++++-----------
 gdb/target.h               |  4 ++++
 11 files changed, 100 insertions(+), 63 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-11-24 14:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-18 16:40 [PATCH 0/6] [C++] Drop -fpermissive hack, enable -Werror Pedro Alves
2015-11-18 16:40 ` [PATCH 4/6] [C++] breakpoint.c: "no memory" software watchpoints and enum casts Pedro Alves
2015-11-18 16:40 ` [PATCH 1/6] [C++] remote.c: Avoid enum arithmetic Pedro Alves
2015-11-18 16:40 ` [PATCH 5/6] [C++] Drop -fpermissive hack Pedro Alves
2015-11-18 16:40 ` [PATCH 3/6] [C++] s390: Fix enum gdb_syscall conversion Pedro Alves
2015-11-18 16:40 ` [PATCH 2/6] [C++] linux-thread-db.c: dladdr cast Pedro Alves
2015-11-18 16:48 ` [PATCH 0/6] [C++] Drop -fpermissive hack, enable -Werror Simon Marchi
2015-11-18 16:49 ` [PATCH 6/6] [C++] Default to -Werror in C++ mode too Pedro Alves
2015-11-18 17:44 ` [PATCH 0/6] [C++] Drop -fpermissive hack, enable -Werror Yao Qi
2015-11-18 17:53   ` Pedro Alves
2015-11-19 11:28     ` Yao Qi
2015-11-19 15:14       ` Pedro Alves
2015-11-20  9:46         ` Yao Qi
2015-11-20 11:21           ` Pedro Alves
2015-11-24 11:01             ` Yao Qi
2015-11-24 13:17               ` Pedro Alves
2015-11-24 14:37                 ` Joel Brobecker
2015-11-24 13:19             ` Pedro Alves
2015-11-19 15:17       ` Pedro Alves

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