Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: A patch to make gcc 1.39 work with Minix setjmp Message-ID: <47173@nigel.ee.udel.edu> Date: 11 Mar 91 10:49:46 GMT Sender: mmdf@ee.udel.edu Lines: 6 The problem is not a 'faulty' compiler, but setjmp/longjmp is a real mess. Declare everthing 'volatile' in functions fiddling with setjmp/longjmp. This might perhaps cure the problem. C.v.W.