Date: Tue, 30 Mar 93 14:17:37 +0200 From: kuku AT acds DOT physik DOT rwth-aachen DOT de (Christoph Kukulies) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Runtime error in gcc The problem is reproducable (gcc 2.2.2). It seems to be a problem with the optimizer. Declaring volatile int v; makes the error go away. I could not yet reproduce it under gcc2.3.3 as I don't have it installed yet. Maybe someone else could test it. --Chris