From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21127 invoked by alias); 17 Aug 2012 17:56:56 -0000 Received: (qmail 21105 invoked by uid 22791); 17 Aug 2012 17:56:55 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Aug 2012 17:56:42 +0000 Received: by vcbfl10 with SMTP id fl10so3668293vcb.0 for ; Fri, 17 Aug 2012 10:56:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.17.75 with SMTP id m11mr2627414vdd.106.1345226201603; Fri, 17 Aug 2012 10:56:41 -0700 (PDT) Received: by 10.58.234.39 with HTTP; Fri, 17 Aug 2012 10:56:41 -0700 (PDT) In-Reply-To: <502E832E.2050000@redhat.com> References: <20120812200427.GA12561@google.com> <502B93BF.6020802@google.com> <502B94C9.4020607@google.com> <877gt0ujmn.fsf@fleche.redhat.com> <87zk5wt3rz.fsf@fleche.redhat.com> <502E832E.2050000@redhat.com> Date: Fri, 17 Aug 2012 17:56:00 -0000 Message-ID: Subject: Re: Merge C++ conversion into trunk (0/6 - Overview) From: "H.J. Lu" To: Keith Seitz Cc: gdb@sourceware.org, Gabriel Dos Reis , Tom Tromey , Diego Novillo , Richard Guenther , gcc-patches@gcc.gnu.org, Lawrence Crowl , bonzini@gnu.org, dj@redhat.com, laurynas.biveinis@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00066.txt.bz2 On Fri, Aug 17, 2012 at 10:45 AM, Keith Seitz wrote: > On 08/15/2012 11:25 AM, Gabriel Dos Reis wrote: >> >> On Wed, Aug 15, 2012 at 1:21 PM, Tom Tromey wrote: >>>>>>>> >>>>>>>> "Gaby" == Gabriel Dos Reis writes: >>> >>> >>> Tom> I asked Keith to resurrect his patch for this. > > [snip] > >>> I hope this will be acceptable all around. >> >> >> OK, that sounds reasonable. > > > I have committed a patch which should allow you to do this and closed > c++/13356. If there are any further problems/issues, please let me know. > > We've re-purposed an old, unused option, "check type". This option does > absolutely nothing in older versions of gdb, so setting it unconditionally > is safe for all recent versions of gdb: "set check type off". > Shouldn't it be added to GCC .gdbinit? -- H.J.