Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!eru!luth!sunic!liuida!isy!news From: Peter Eriksson Newsgroups: gnu.utils.bug Subject: Bug in Bison 1.01 & 1.03 Message-ID: <1990Jan3.220320.18830@isy.liu.se> Date: 3 Jan 90 22:03:20 GMT Sender: news@isy.liu.se (Lord of the News) Reply-To: d89.p-eriksson@linus.ida.liu.se Distribution: gnu Organization: Dept of EE, University of Linkoping Lines: 8 There seems to be a bug in the way Bison handles some of the files. It tries to do reads from files opened for writing! The files are opened with openmode = "w", when they really should be opened with "w+", or closed and reopened for reading. Or is it really ok on Unix to read a file opened for write? /* Peter Eriksson (internet: d89.p-eriksson@linus.ida.liu.se) */