This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11905] Infinite loop at static objects initialisation.
- From: "benoit dot barbeau at silvaco dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2003 13:07:49 -0000
- Subject: [Bug c++/11905] Infinite loop at static objects initialisation.
- References: <20030813130237.11905.benoit.barbeau@silvaco.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=11905
------- Additional Comments From benoit dot barbeau at silvaco dot com 2003-08-13 13:07 -------
Created an attachment (id=4597)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4597&action=view)
instanciate the g string.
g is a std::string but its type has no importance.