This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cxa-atexit again
- From: "H . J . Lu" <hjl at lucon dot org>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 1 Jun 2002 19:17:55 -0700
- Subject: Re: cxa-atexit again
- References: <200206020135.VAA81000@bromo.msbb.uc.edu>
On Sat, Jun 01, 2002 at 09:35:57PM -0400, Jack Howarth wrote:
> Hi,
> I just finished running the test case from...
>
> http://gcc.gnu.org/ml/gcc-patches/1999-12n/msg00664.html
>
> and discovered that it passes fine here with...
>
> 1) gcc-3.0.4 built with debian g++-cxa-atexit patch that sets
> flag_use_cxa_atexit to 1 in src/gcc/cp/decl2.c
> 2) gcc-3.1 built without the g++-cxa-atexit patch
>
As Jukab pointed out, -fuse-cxa-atexit doesn't buy anything for the
current glibc. I even believe that functionality should be moved to
libsupc++.
H.J.