Ignore:
Timestamp:
Jul 28, 2023, 3:48:10 PM (12 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
14c0f7b
Parents:
66d878a
Message:

Modified the dimexpr-match tests. This is because dimexpr-match-cfa had a weird case (nested polymorphic function using the array macro) that generates bad code internally and working around that in the invariants is hard. The expect files may only change line numbers, all of those should be updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/dimexpr-match-cfa.cfa

    r66d878a re0332dd  
    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.