c++.announce - DM C/C++ 8.33 release
- Walter (2/2) Mar 19 2003 An accummulation of a lot of minor fixes.
- Arjan Knepper (11/17) Mar 28 2003 I upgraded from 8.29.17 a few days ago and now it seems there are
- Walter (4/12) Mar 28 2003 I run all the test cases with full optimization, so I have no idea what ...
An accummulation of a lot of minor fixes. www.digitalmars.com/compiler.htm
Mar 19 2003
Walter wrote:An accummulation of a lot of minor fixes. www.digitalmars.com/compiler.htmI 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
"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