Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!FOOBAR.COLORADO.EDU!grunwald From: grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) Newsgroups: gnu.g++.bug Subject: streams, pmax Message-ID: <9001130258.AA00746@foobar.Colorado.EDU> Date: 13 Jan 90 02:58:52 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: grunwald@foobar.colorado.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 g++.xtar.Z from trix.ai.mit.edu from 1/12 version of about 2:00 libg++.xtar.Z from labrea.stanford.edu following program.. #include main(int argc, char **argv) { ostream *foo; foo = new ostream("/tmp/raboof", io_append, a_use); (*foo) << "now is the time for all good\n"; (*foo) << "now is the time for all good\n"; (*foo) << "now is the time for all good\n"; } produces only one line of output on a DECstation-3100. Has anyone else seen this with other platforms? Has anyone seen this on a DECstation-3100?