Ignore:
Timestamp:
Jul 31, 2023, 4:38:35 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
07b59ec
Parents:
2e94f3e7 (diff), 17c13b9 (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/dimexpr-match-cfa.cfa

    r2e94f3e7 rc68f6e6  
    4444#endif
    4545
     46forall( [N] )
     47void zip( array(float, N) & a, array(float, N) & b ) {}
    4648
    4749DECLN_runTests {
     
    5052    int mut7 = 7, mut42 = 42;
    5153
    52    
    5354    #define TRY_COMPAT( LV, RV )            \
    5455    {                                       \
     
    103104    #undef TRY_COMPAT
    104105
    105 
    106     forall( [N] )
    107     void zip( array(float, N) & a, array(float, N) & b ) {}
    108 
    109106    #define TRY_COMPAT( LV, RV )            \
    110107    {                                       \
Note: See TracChangeset for help on using the changeset viewer.