Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!SUNBURN.STANFORD.EDU!grossman From: grossman@SUNBURN.STANFORD.EDU (Stu Grossman) Newsgroups: gnu.gcc.bug Subject: gcc-1.36.92 on SPARC running 4.0.3 Message-ID: <9001141941.AA08976@Sunburn.Stanford.EDU> Date: 14 Jan 90 19:41:36 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 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