Ignore:
Timestamp:
May 5, 2021, 2:12:36 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7f54356, a67c5b6
Parents:
4026d1be (diff), f302d80 (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 plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/array-md-sbscr-cases.cfa

    r4026d1be rb9376fe  
    108108
    109109    // order wxzy: wx*z, y
    110 
     110  #if 0
     111    // not working on 32-bit
    111112    assert(( wxyz[[iw  , ix  , all , iz  ]][iy  ] == valExpected ));
    112113    assert(( wxyz[[iw  , ix  , all , iz-1]][iy  ] != valExpected ));
    113114    assert(( wxyz[[iw  , ix  , all , iz  ]][iy-1] != valExpected ));
     115  #endif
    114116}
    115117
Note: See TracChangeset for help on using the changeset viewer.