This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Updated CNI FAQ patch
- To: Glenn Chambers <gchamber at bright dot net>
- Subject: Re: Updated CNI FAQ patch
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Mon, 02 Jul 2001 15:32:52 +1200
- CC: java-patches at gcc dot gnu dot org, rth at redhat dot com
- References: <3.0.6.32.20010630204632.007e8540@mail.bright.net>
Glenn Chambers wrote:
> + // Due to the new exception-handling code implemented
> + // in gcc version 3.0, the following line will fail
> + // with an error about mixing exception types between
> + // C++ and Java. Factoring this code out into a
> + // seperate function that does not include any Java
> + // code solves the problem.
> +// cout << "Hello, C++" << endl;
> + callSTLcode();
Does anyone else consider this a bug? Or are CNI and libstdc++ doomed to be
mutually exclusive?
regards
[ bryce ]