[Python-Dev] Re: Minimal GCC/Linux shared lib + EH bug example

Jason Merrill jason@redhat.com
Sun, 12 May 2002 15:30:48 +0100


>>>>> "David" == David Abrahams <david.abrahams@rcn.com> writes:

>> I noticed that the readme says that the test passes on Solaris.  Does it
>> provide these semantics?  How about SCO?  Anyone?

> The test as written doesn't really tell us the answer since it uses EH and
> any implementation can make it a non-issue by comparing type_info::name()
> strings instead of addresses.

I meant using gcc 3.0.4 on Solaris.

Jason