This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/25608] g++ miscompiles gcjx
- From: "gdr at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Dec 2005 04:12:53 -0000
- Subject: [Bug c++/25608] g++ miscompiles gcjx
- References: <bug-25608-1000@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from gdr at gcc dot gnu dot org 2005-12-31 04:12 -------
Created an attachment (id=10572)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10572&action=view)
translation unit of format.cc
GDB session indicate the stall happens in the call to
format_repr::get_message().
More precisely, the use of ostringstream seems to led a deadlock. This
works fine with GCC-3.4.x.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25608