Ignore:
Timestamp:
Jan 11, 2025, 5:48:46 PM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f886608
Parents:
7d65715f (diff), 32a119e9 (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-collections/.expect/dimexpr-match-c.txt

    r7d65715f rd60a4c2  
    1 ---- PTRPARM_CALL:   { void f( float (*x)[__L__] ) {} float a[__R__]; f( & a ); }
     1---- PTRPARM_CALL:   { void f( float (*x)[__L__] ) { (void) x; } float a[__R__]; f( & a ); }
    22done STA EQ STA, L=7, R=7
    33skip STA NE STA, L=7, R=42
     
    3232skip DYN NE UNS, L=dim7, R=mut42
    3333skip UNS NE DYN, L=mut7, R=dim42
    34 ---- PTRVAR_INIT:   { float a[__R__]; float (*b)[__L__] = & a; }
     34---- PTRVAR_INIT:   { float a[__R__]; float (*b)[__L__] = & a; (void) b; }
    3535done STA EQ STA, L=7, R=7
    3636skip STA NE STA, L=7, R=42
Note: See TracChangeset for help on using the changeset viewer.