Aegis-tec 0 Posted August 28, 2006 Report Share Posted August 28, 2006 The following code has an error: switch(variable) { case (CONSTANT1): temp = quick; break; case (CONSTANT1): temp = brown; break; case (CONSTANT3): temp = fox; break; default: break; } When BoostC (under MPLAB) compiles the error is correctly reported as a duplicate case condition. When this error occurs BoostC halts, the compile session does not finish (with either a success or failure). If I then exit out of MPLAB I can fix the problem and compile again but the compile proceeds VERY slowly. The only way to stop this slow compile behavior is to reboot windows! Has anyone else run into this? On my system I can duplicate this 100% of the time. Steve Quote Link to post Share on other sites
Dave 0 Posted August 29, 2006 Report Share Posted August 29, 2006 Steve, Has anyone else run into this? On my system I can duplicate this 100% of the time.Presumably not Anyway this problem is quite reproducable under SourceBoost IDE. Its been added to our bugs list. Thanks for reporting it. Regards Dave Quote Link to post Share on other sites
Pavel 0 Posted August 30, 2006 Report Share Posted August 30, 2006 Fixed. Fix will be available in the next release. Regards, Pavel Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.