[gnu.g++.bug] Bug in crt0+ or libg++

hallvard@IFI.UIO.NO (Hallvard B Furuseth) (05/20/89)

Programs compiled by g++-1.34.2 on Vax does not fflush(stdout) on exit:

#include <stdio.h>

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