www.digitalmars.com         C & C++   DMDScript  

c++.announce - DM C/C++ 8.33 release

reply "Walter" <walter digitalmars.com> writes:
An accummulation of a lot of minor fixes.

www.digitalmars.com/compiler.htm
Mar 19 2003
parent reply Arjan Knepper <ask4 address.not> writes:
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
Mar 28 2003
parent "Walter" <walter digitalmars.com> writes:
"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.
Mar 28 2003