From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24125 invoked by alias); 22 Apr 2009 22:53:40 -0000 Received: (qmail 24117 invoked by uid 22791); 22 Apr 2009 22:53:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f157.google.com (HELO mail-ew0-f157.google.com) (209.85.219.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Apr 2009 22:53:34 +0000 Received: by mail-ew0-f157.google.com with SMTP id 1so248390ewy.8 for ; Wed, 22 Apr 2009 15:53:29 -0700 (PDT) Received: by 10.210.56.9 with SMTP id e9mr280820eba.11.1240440809917; Wed, 22 Apr 2009 15:53:29 -0700 (PDT) Received: from ?82.6.108.62? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 10sm985362eyz.1.2009.04.22.15.53.28 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Apr 2009 15:53:28 -0700 (PDT) Message-ID: <49EFA270.4080907@gmail.com> Date: Wed, 22 Apr 2009 22:53:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Tom Tromey CC: Dave Korn , java-patches@gcc.gnu.org Subject: Re: [PATCH 1/?] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap. References: <49EF6CA8.4080307@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2009-q2/txt/msg00030.txt.bz2 Tom Tromey wrote: >>>>>> "Dave" == Dave Korn writes: > > Dave> that maybe it's entirely superfluous now as the reinterpret_cast > Dave> will throw a typeinfo exception if we pass the wrong kind of > Dave> frame object to it, won't it? > > I don't think reinterpret_cast can throw, only dynamic_cast. Just as well I asked :) I always get the new-style C++ casts mixed up :-/ cheers, DaveK