From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14214 invoked by alias); 9 Oct 2013 17:17:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14201 invoked by uid 89); 9 Oct 2013 17:17:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,KAM_STOCKTIP,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2013 17:17:44 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r99HHh6W032761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 9 Oct 2013 13:17:43 -0400 Received: from redhat.brq.redhat.com (unused-4-133.brq.redhat.com [10.34.4.133]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r99HHgc6010424; Wed, 9 Oct 2013 13:17:42 -0400 From: Ondrej Oprala To: gdb-patches@sourceware.org Cc: Ondrej Oprala Subject: [PATCH 00/18] -Wc++-compat patches Date: Wed, 09 Oct 2013 17:17:00 -0000 Message-Id: <1381339053-14519-1-git-send-email-ooprala@redhat.com> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00292.txt.bz2 Hi, I've rebased Tom's patches from the archer/tromey/c++ branch and mentioned the changes in respective ChangeLogs. Thanks, Ondrej. Tom Tromey (18): poison "class" poison "new" poison "this" poison "public" poison "private" poison "delete" poison "explicit" poison "mutable" poison "namespace" poison "operator" poison "template" poison "try" poison "typename" poison "using" fix up vec fix up gdbtypes.h fix gdbarch buglet un-nest enum pvk bfd/ChangeLog | 5 + bfd/libbfd-in.h | 8 +- bfd/libbfd.h | 8 +- gdb/ChangeLog | 163 ++++++++++++++++++ gdb/ada-lang.c | 42 ++--- gdb/ada-lang.h | 2 +- gdb/addrmap.c | 58 +++---- gdb/amd64-tdep.c | 74 ++++---- gdb/bcache.c | 14 +- gdb/block.c | 14 +- gdb/block.h | 7 +- gdb/break-catch-throw.c | 14 +- gdb/buildsym.c | 18 +- gdb/c-exp.y | 26 +-- gdb/cleanups.c | 12 +- gdb/cli/cli-cmds.c | 4 +- gdb/cli/cli-decode.c | 132 +++++++-------- gdb/cli/cli-decode.h | 2 +- gdb/cli/cli-script.c | 10 +- gdb/cli/cli-setshow.c | 20 +-- gdb/coffread.c | 38 ++--- gdb/command.h | 24 +-- gdb/common/filestuff.c | 10 +- gdb/common/filestuff.h | 5 +- gdb/common/vec.c | 2 +- gdb/common/vec.h | 8 +- gdb/continuations.c | 12 +- gdb/cp-namespace.c | 74 ++++---- gdb/cp-support.c | 52 +++--- gdb/cp-support.h | 4 +- gdb/cp-valprint.c | 4 +- gdb/dbxread.c | 42 ++--- gdb/dwarf2read.c | 38 ++--- gdb/environ.c | 6 +- gdb/f-exp.y | 18 +- gdb/frame.c | 8 +- gdb/gdbarch.c | 30 ++-- gdb/gdbarch.h | 4 +- gdb/gdbarch.sh | 26 +-- gdb/gdbthread.h | 2 +- gdb/gdbtypes.c | 32 ++-- gdb/gdbtypes.h | 436 ++++++++++++++++++++++++------------------------ gdb/gnu-v3-abi.c | 26 +-- gdb/go-exp.y | 8 +- gdb/hppa-linux-tdep.c | 16 +- gdb/i386-nat.c | 4 +- gdb/ia64-tdep.c | 30 ++-- gdb/inferior.c | 2 +- gdb/inferior.h | 2 +- gdb/jit.c | 16 +- gdb/jv-exp.y | 27 +-- gdb/linux-thread-db.c | 42 ++--- gdb/macrotab.c | 14 +- gdb/mdebugread.c | 54 +++--- gdb/memattr.c | 24 +-- gdb/mi/mi-cmd-var.c | 16 +- gdb/minsyms.c | 22 +-- gdb/nto-tdep.c | 6 +- gdb/objc-lang.c | 68 ++++---- gdb/p-exp.y | 10 +- gdb/p-valprint.c | 6 +- gdb/parse.c | 10 +- gdb/parser-defs.h | 2 +- gdb/printcmd.c | 24 +-- gdb/prologue-value.h | 44 ++--- gdb/psymtab.c | 22 +-- gdb/python/py-symbol.c | 22 +-- gdb/remote-mips.c | 4 +- gdb/remote.c | 18 +- gdb/solib-darwin.c | 20 +-- gdb/solib-irix.c | 24 +-- gdb/solib-som.c | 60 +++---- gdb/solib-spu.c | 25 +-- gdb/solib-svr4.c | 86 +++++----- gdb/stabsread.c | 62 +++---- gdb/symfile.h | 6 +- gdb/symtab.c | 40 ++--- gdb/thread.c | 10 +- gdb/top.c | 2 +- gdb/typeprint.c | 17 +- gdb/ui-file.h | 2 +- gdb/valarith.c | 6 +- gdb/value.c | 8 +- gdb/varobj.c | 45 ++--- gdb/varobj.h | 4 +- gdb/xcoffread.c | 31 ++-- 86 files changed, 1344 insertions(+), 1151 deletions(-) -- 1.8.3.1