This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Exceptions in multi-threaded aplication on AIX4.3 / g++ 2.95.2
- To: vmarquion at amadeus dot net
- Subject: Re: Exceptions in multi-threaded aplication on AIX4.3 / g++ 2.95.2
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Tue, 31 Oct 2000 13:01:45 -0500
- cc: gcc at gcc dot gnu dot org
>>>>> vmarquion writes:
Veronique> Multi-threaded exceptions support is a fundamental issue for our application:
Veronique> depending on it,
Veronique> we will choose to work with gcc or AIX native compiler ( in my team, we really
Veronique> would prefer to keep
Veronique> on with gcc :) ) and that's why I have some additional questions :
Veronique> -- Is the fact that gcc-2.95 does not support multi-threaded exceptions on AIX
Veronique> is stated somewhere ? (for example
Veronique> on gnu web site ...)
No, probably not.
Veronique> -- Can we be sure that GCC3.0 will support multi-threaded exceptions on AIX ?
Veronique> (is it stated somewhere ?)
The base G++ compiler in GCC 3.0 definitely will support
multi-threaded exceptions on AIX. Hopefully libstdc++-v3 will be fully
functionality with multi-threaded support on AIX, but support is not yet
complete.
Veronique> -- I read on gnu web site that GCC 3.0 should be released by the end of the
Veronique> year. Do you think we can rely on this information?
I would not rely on that statement for your business requirements.
If you need commercial support, you should get a contract with one of the
many businesses which contract for GNU toolchain support services.
David