This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: p2736.C Is dtor order guaranteed?
- To: mrs at wrs dot com
- Subject: Re: p2736.C Is dtor order guaranteed?
- From: Martin von Loewis <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Tue, 21 Jul 1998 21:07:16 +0200
- CC: egcs at cygnus dot com
- References: <199807210250.TAA26835@kankakee.wrs.com>
> I thought it did on some targets as I recall. I believe I put in some
> code to chain them via atexit:
The problem is that it does so only for non-toplevel statics. IMHO, it
should be done for all statics.
Martin