Date: Mon, 12 Feb 1996 16:16:28 +0200 (IST) From: Eli Zaretskii To: NIGEL HUGHES Cc: djgpp AT delorie DOT com Subject: Re: Bugs with Version 2 beta 3 On Mon, 12 Feb 1996, NIGEL HUGHES wrote: > Now, the problem only occurs currently when I set -m486 and -O3. > However, it did do it on normal compilation and I had to cut out > a function call to get it to work again. So what could be upsetting the > compiler. I can think of two possibles, Is that a C++ program? If so, try to play with the different optimnization options beyond the -O3 (see the GCC docs).