Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!IFI.UIO.NO!hallvard From: hallvard@IFI.UIO.NO (Hallvard B Furuseth) Newsgroups: gnu.g++.bug Subject: Bug in crt0+ or libg++ Message-ID: Date: 19 May 89 23:29:50 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 X-Unparsable-Date: Sat, 20 May 1989 1:28:51 MET DST Programs compiled by g++-1.34.2 on Vax does not fflush(stdout) on exit: #include main() { printf(" Vax g++ prints this line, \n but not this one. "); } The program works correctly if compiled by gcc, or on Sun, or if the program refers to cout. Compiled on vax (ultrix 3.0) using tm-vax.h and vax.md. Hallvard Furuseth University of Oslo hallvard@ifi.uio.no