Date: Thu, 6 May 1993 08:10:49 -0400 From: rob AT dinner DOT asrc DOT albany DOT edu (Robert D. Seals) To: WKIM AT vms DOT cis DOT pitt DOT edu, djgpp AT sun DOT soe DOT clarkson DOT EDU Subject: Re: gcc hangs: again You say: > The previous code cannot be a wrong code, so gcc seems to have a bug. It is certainly possible that [dj]gcc has a bug. However, it if far more likely that your program has a bug. The fact that rearranging code in one section changes the behavior of a program is not unusual for a buggy program. In fact, it indicates to me that you've got problems elsewhere that you just happened to turn up with a lucky code fragment here. Like I say, it COULD be gcc, but I'd suspect your code first. Look around, check your pointers, etc. rob