This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH 1/?] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap.
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Dave Korn <dave dot korn dot cygwin at googlemail dot com>, java-patches at gcc dot gnu dot org
- Date: Thu, 23 Apr 2009 00:04:16 +0100
- Subject: Re: [PATCH 1/?] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap.
- References: <49EF6CA8.4080307@gmail.com> <m3tz4gtid6.fsf@fleche.redhat.com>
Tom Tromey wrote:
>>>>>> "Dave" == Dave Korn <dave.korn.cygwin@googlemail.com> 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