- Timestamp:
- Sep 9, 2024, 6:16:09 PM (13 months ago)
- Branches:
- master
- Children:
- aa14aafe
- Parents:
- d93b813 (diff), f5dbc8d (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. - Location:
- tests/.expect
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/alloc-ERROR.txt
rd93b813 r3d618a0 11 11 ...to: 12 12 Name: dim 13 Sizeof Expression on: Applying untyped:13 Sizeof Expression on: type-of expression Applying untyped: 14 14 Name: *? 15 15 ...to: -
tests/.expect/extension.arm64.txt
rd93b813 r3d618a0 465 465 } 466 466 { 467 ((void)__extension__ sizeof( 3));467 ((void)__extension__ sizeof(signed int )); 468 468 } 469 469 … … 473 473 474 474 { 475 ((void)__extension__ __alignof__( __extension__ _X1ai_2));475 ((void)__extension__ __alignof__(signed int )); 476 476 } 477 477 -
tests/.expect/extension.x64.txt
rd93b813 r3d618a0 465 465 } 466 466 { 467 ((void)__extension__ sizeof( 3));467 ((void)__extension__ sizeof(signed int )); 468 468 } 469 469 … … 473 473 474 474 { 475 ((void)__extension__ __alignof__( __extension__ _X1ai_2));475 ((void)__extension__ __alignof__(signed int )); 476 476 } 477 477 -
tests/.expect/extension.x86.txt
rd93b813 r3d618a0 465 465 } 466 466 { 467 ((void)__extension__ sizeof( 3));467 ((void)__extension__ sizeof(signed int )); 468 468 } 469 469 … … 473 473 474 474 { 475 ((void)__extension__ __alignof__( __extension__ _X1ai_2));475 ((void)__extension__ __alignof__(signed int )); 476 476 } 477 477
Note:
See TracChangeset
for help on using the changeset viewer.