This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11189] Destructors for static local objects use limited atexit().
- 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: 5 Jul 2003 15:11:30 -0000
- Subject: [Bug c++/11189] Destructors for static local objects use limited atexit().
- References: <20030613180351.11189.bill.wade@advantica.biz>
- 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=11189
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-05 15:11:29
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-05 15:11 -------
I can reproduce it on powerpc-apple-darwin6.6 but I had to up to 60 as darwin has a limit
of 50. I think on a platform with __cxa_atexit, I think this is fixed but not all platforms
support it.