Hi - This is fixed in PR # 2033, which I just merged.
-michael On 5/26/15, 11:44 AM, "Greg Kreider" <[email protected]> wrote: >1. The loop > for param c in 1..ndim { > /* some initialization/setup */ > if (c == cbase) then continue; > /* other stuff */ > } > caused a compiler error SC01104. It makes sense given the loop > unrolling, but technically the spec doesn't forbid the use of a > continue ... ------------------------------------------------------------------------------ _______________________________________________ Chapel-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-bugs
