This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: <iostream> badly broken?!?


On Mon, 6 Jun 2011, Paolo Carlini wrote:

I just built Rev 174696 and if I run the following snippet in the bash shell of an x86_64-linux machine, today I don't get any meaningful output, in particular I don't get 'ok', instead '|+000|', which I have no idea what it means:

#include <iostream>

int main()
{
 std::cout << "ok\n";
}

Can anybody else see this crazy breakage? May be a few days old, AFAICS. 4_6-branch is perfectly fine.

174683 here on linux x64 and everything is fine.


--
Marc Glisse


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