Changeset d3d54b3 for tests/.expect
- Timestamp:
- Feb 5, 2025, 1:45:29 PM (12 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- ab94c37
- Parents:
- 92aeae1
- Location:
- tests/.expect
- Files:
-
- 2 added
- 1 edited
- 1 moved
-
alloc-ERROR.arm64.txt (moved) (moved from tests/.expect/alloc-ERROR.txt )
-
alloc-ERROR.x64.txt (added)
-
alloc-ERROR.x86.txt (added)
-
extension.x86.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/extension.x86.txt
r92aeae1 rd3d54b3 120 120 static inline void _X12_constructorFv_U1UU1U_autogen___1(__attribute__ ((unused)) union U *_X4_dstU1U_1, __attribute__ ((unused)) union U _X4_srcU1U_1){ 121 121 { 122 ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X4_srcU1U_1)), sizeof(union U)));122 ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X4_srcU1U_1)), ((unsigned long int )sizeof(union U )))); 123 123 } 124 124 … … 129 129 __attribute__ ((unused)) union U _X4_retU1U_1; 130 130 { 131 ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X4_srcU1U_1)), sizeof(union U)));131 ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X4_srcU1U_1)), ((unsigned long int )sizeof(union U )))); 132 132 } 133 133 … … 140 140 static inline void _X12_constructorFv_U1Ui_autogen___1(__attribute__ ((unused)) union U *_X4_dstU1U_1, signed int _X1ai_1){ 141 141 { 142 ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X1ai_1)), sizeof(signed int)));142 ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X1ai_1)), ((unsigned long int )sizeof(signed int )))); 143 143 } 144 144
Note:
See TracChangeset
for help on using the changeset viewer.