Ignore:
Timestamp:
Oct 21, 2015, 8:44:32 AM (10 years ago)
Author:
Rob Schluntz <rschlunt@…>
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.
Message:

Merge branch 'master' of /u/cforall/software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/control_structures.c

    r1521de20 r9909842  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun  4 14:02:50 2015
    13 // Update Count     : 24
     12// Last Modified On : Fri Sep 18 08:12:17 2015
     13// Update Count     : 28
    1414//
    1515
     
    2626                                                break L3;
    2727                                                break L4;
    28                                                 //continue L1;                                  // labelled continue - should be an error
    29                                                 //continue L2;                                  // should be an error
     28                                                //continue L1;                                  // error: not enclosing loop
     29                                                //continue L2;                                  // error: not enclosing loop
    3030                                                continue L3;
    3131                                                continue L4;
Note: See TracChangeset for help on using the changeset viewer.