Changeset d60a4c2 for tests/array-collections/.expect/dimexpr-match-c.txt
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (8 months ago)
- 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. - 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 ); } 2 2 done STA EQ STA, L=7, R=7 3 3 skip STA NE STA, L=7, R=42 … … 32 32 skip DYN NE UNS, L=dim7, R=mut42 33 33 skip 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; } 35 35 done STA EQ STA, L=7, R=7 36 36 skip STA NE STA, L=7, R=42
Note:
See TracChangeset
for help on using the changeset viewer.