This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Something terribly wrong with gcc-3.0.4 Linux


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]