On 19 Jun 2002 07:22:19 GMT, Bradley Baetz <[EMAIL PROTECTED]> wrote: > If, at some point, gcc 4.x changes the ABI and they still support > com_interface and it does turn out to be compatable, then we could use > that - since its a noop for 3.x, that won't change the ABI. But lets worry > about that when and if it actually happens.
Oh, and see http://gcc.gnu.org/ml/gcc/2002-07/msg00191.html and followups. gcc-3.1 will not be binary compatable with gcc 3.2, and there will be no switch to change between the behaviours. Looking at the bugs in question, I don't think they affect us, but I'm not sure. The tmeplate mangling one may affect nsCOMPtr, but that library is meant to be statically linked by plugins. Bradley
