- Timestamp:
- Sep 9, 2024, 5:15:32 PM (3 months ago)
- Branches:
- master
- Children:
- f5dbc8d
- Parents:
- 5c6d439
- Location:
- tests/.expect
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/alloc-ERROR.txt
r5c6d439 rb6f2e7ab 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
r5c6d439 rb6f2e7ab 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
r5c6d439 rb6f2e7ab 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
r5c6d439 rb6f2e7ab 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.