This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11137] [3.3 Regression] Linux shared library constructors not called unless there's one global object
- 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: 10 Jun 2003 01:24:28 -0000
- Subject: [Bug c++/11137] [3.3 Regression] Linux shared library constructors not called unless there's one global object
- References: <20030609194942.11137.jcalcote@novell.com>
- 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=11137
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-06-10 01:24:28
date| |
Summary|Linux shared library |[3.3 Regression] Linux
|constructors not called |shared library constructors
|unless there's one global |not called unless there's
|object |one global object
Target Milestone|3.4 |3.3.1
------- Additional Comments From pinskia@physics.uc.edu 2003-06-10 01:24 -------
I could reproduce this on 2.95.2, 3.0.4, 3.2.2, 3.2.3, and 3.3.1 (20030526) but it is fixed on
the mainline (20030609) and it works on egcs-2.91.66, so this is a regression from that
which is a very old but still a regression.