Path: utzoo!telly!attcan!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!mdt From: mdt@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.gcc.bug Subject: Fatal error in `gcc' Message-ID: <8903281633.AA00729@yahi.stanford.edu> Date: 28 Mar 89 16:33:58 GMT References: <8903271622.AA16053@fiji.island.uucp> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 A fix for this is to change this: if (coder == ERROR_MARK) return rhs; to this: if (coder == ERROR_MARK) return error_mark_node; in the function convert_for_assignment in c-typeck.c. Michael