[gnu.gcc.bug] GCC 1.34 error compiling multiple source files

andrewt@watnext.waterloo.edu (Andrew Thomas) (04/19/89)

I am using GCC 1.34 on a uVAX II running Ultrix 2.0

when I compile several files, as in
	gcc -c -g file1.c file2.c file3.c
and _any one_ of them has an error in it, then there are no object files
generated at all, even for the ones that compiled error-free.  If this is
intentional behaviour, I am curious as to the reason.

This same behaviour can also be found in G++ 1.34.2

Andrew Thomas