[gnu.gcc.bug] gcc-1.36.92 on SPARC running 4.0.3

grossman@SUNBURN.STANFORD.EDU (Stu Grossman) (01/15/90)

I tried the compiler after Joe installed the loop.c patch, and it no
longer blows up when compiling that piece of code.

However, it seems that there might be a problem with functions that return
structs (like the dbm library).  It seems that the values are not being copied
into the struct.  Normally, I use -fpcc-struct-return to fix this.  It seems to
have no effect on this problem.

		Stu