*** empty log message ***
[fw/sdcc] / ChangeLog
index 7b9af512964e0475a0817c5f7eaadec6aae684a3..41981477053045e38573aa138c15eaafaab9b91f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-20  Sandeep Dutta  <sandeep@ddi.com>
+
+       * src/SDCCloop.c:
+       Fixed BUG #519583. If a conditional block ended in a return/break
+       statement inside a loop, it was not being considered part of the loop.
+
+       * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
+
 2002-02-10  Karl Bongers <karl@turbobit.com>
 
        * debugger/*: