Thread overview
DM C/C++ 8.33 release
Mar 20, 2003
Walter
Mar 28, 2003
Arjan Knepper
Mar 28, 2003
Walter
March 20, 2003
An accummulation of a lot of minor fixes.

www.digitalmars.com/compiler.htm



March 28, 2003
Walter wrote:
> An accummulation of a lot of minor fixes.
> 
> www.digitalmars.com/compiler.htm
> 
> 
> 
I upgraded from 8.29.17 a few days ago and now it seems there are problems with the optimizer. When I compile without any optimizing options, everthings seems to work as expected, but as soon as I turn one of the optimizing options on, the application hangs at unexpected places. (needles to say the same code worked with the 8.29.17 version with all optimizing options turned on)

Is there a roadmap for tracking down those 'bugs'?

Which optimizing options should I use and which not , etc.

Thanks,
Arjan Knepper

March 28, 2003
"Arjan Knepper" <ask4@address.not> wrote in message news:b61959$fd0$1@digitaldaemon.com...
> I upgraded from 8.29.17 a few days ago and now it seems there are problems with the optimizer. When I compile without any optimizing options, everthings seems to work as expected, but as soon as I turn one of the optimizing options on, the application hangs at unexpected places. (needles to say the same code worked with the 8.29.17 version with all optimizing options turned on)
>
> Is there a roadmap for tracking down those 'bugs'?
>
> Which optimizing options should I use and which not , etc.

I run all the test cases with full optimization, so I have no idea what the problem might be. The only way is to try and isolate it down.