This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/2474] global destructors should run in reverse order of _finishing_ construction
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2003 16:00:25 -0000
- Subject: [Bug c++/2474] global destructors should run in reverse order of _finishing_ construction
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2474
------- Additional Comments From pinskia@physics.uc.edu 2003-05-27 16:00 -------
__cxa_atexit is part of the C++ ABI so it is in at least on glibc 2.2.5, I mean it is problem
on non glibc platforms such as Mac OS X (darwin), *BSD's, Solaris, AIX, etc. Some of
these have it but others do not, I do not know which ones though.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.