This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Updated CNI FAQ patch
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Subject: Re: Updated CNI FAQ patch
- From: Richard Henderson <rth at redhat dot com>
- Date: Sun, 1 Jul 2001 21:01:27 -0700
- Cc: Glenn Chambers <gchamber at bright dot net>, java-patches at gcc dot gnu dot org
- References: <3.0.6.32.20010630204632.007e8540@mail.bright.net> <3B3FEB64.5148F26B@waitaki.otago.ac.nz>
On Mon, Jul 02, 2001 at 03:32:52PM +1200, Bryce McKinlay wrote:
> > +// cout << "Hello, C++" << endl;
>
> Does anyone else consider this a bug? Or are CNI and libstdc++ doomed to be
> mutually exclusive?
If there's stuff getting inlined that uses c++ style exceptions, it
is doomed to failure. The in object file format doesn't allow it.
r~