This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Something terribly wrong with gcc-3.0.4 Linux
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: "Neal D. Becker" <nbecker at hns dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 28 Mar 2002 15:54:16 +0100
- Subject: Re: Something terribly wrong with gcc-3.0.4 Linux
- References: <x88it7gpxhv.fsf@rpppc1.md.hns.com>
Neal D. Becker wrote:
>3) It appears that std::cout buffering is broken.
>
I have not looked into the other issues, but for this one, have you
tried calling a:
std::ios::sync_with_stdio(false);
before any other output operations?
Ciao, Paolo.