# # ChangeLog for tests/ctrl-flow/loop_else.cfa # # Generated by Trac 1.6 # Mar 28, 2026, 10:32:32 AM Sat, 01 Feb 2025 13:49:35 GMT Peter A. Buhr [bbbff10] * tests/Makefile.am (modified) * tests/ctrl-flow/.expect/loop_else-WRN1.txt (added) * tests/ctrl-flow/.expect/loop_else.txt (modified) * tests/ctrl-flow/.expect/superfluous.txt (deleted) * tests/ctrl-flow/loop_else.cfa (modified) * tests/ctrl-flow/superfluous.cfa (deleted) update loop_else test to handle warnings Tue, 28 Jan 2025 21:12:53 GMT Andrew Beach [bada452] * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/Makefile.am (modified) * tests/attributes.cfa (modified) * tests/collections/queue.cfa (modified) * tests/collections/sequence.cfa (modified) * tests/collections/stack.cfa (modified) * tests/collections/vector-demo.cfa (modified) * tests/configs/usage.cfa (modified) * tests/ctrl-flow/.expect/superfluous.txt (added) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/ctrl-flow/loop_else.cfa (modified) * tests/ctrl-flow/superfluous.cfa (added) Removed warnings from serveral tests and removed them from the ... Tue, 16 Jul 2024 21:28:10 GMT Andrew Beach [88bc876] * src/AST/Print.cpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/ControlStruct/MultiLevelExit.cpp (modified) * tests/ctrl-flow/.expect/loop_else.txt (modified) * tests/ctrl-flow/loop_else.cfa (modified) Breaks (and some other control flow) in a loop else clause now work. ... Mon, 14 Nov 2022 19:43:29 GMT Andrew Beach [1fb09eff] * tests/ctrl-flow/.expect/ifwhileCtl.txt (moved) * tests/ctrl-flow/.expect/loop-inc.txt (moved) * tests/ctrl-flow/.expect/loop_else.txt (moved) * tests/ctrl-flow/.expect/loopctrl.txt (moved) * tests/ctrl-flow/ifwhileCtl.cfa (moved) * tests/ctrl-flow/loop-inc.cfa (moved) * tests/ctrl-flow/loop_else.cfa (moved) * tests/ctrl-flow/loopctrl.cfa (moved) Grouped some control flow tests together.