Changeset 9909842 for src/examples/control_structures.c
- Timestamp:
- Oct 21, 2015, 8:44:32 AM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 4673385, 50eac1b
- Parents:
- 1521de20 (diff), 097e2b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/control_structures.c
r1521de20 r9909842 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jun 4 14:02:50201513 // Update Count : 2 412 // Last Modified On : Fri Sep 18 08:12:17 2015 13 // Update Count : 28 14 14 // 15 15 … … 26 26 break L3; 27 27 break L4; 28 //continue L1; // labelled continue - should be an error29 //continue L2; // should be an error28 //continue L1; // error: not enclosing loop 29 //continue L2; // error: not enclosing loop 30 30 continue L3; 31 31 continue L4;
Note:
See TracChangeset
for help on using the changeset viewer.