Changeset 1cdfa82 for src/tests/.expect/attributes.x86.txt
- Timestamp:
- Apr 25, 2018, 4:55:53 PM (8 years ago)
- Branches:
- new-env, with_gc
- Children:
- 42107b4
- Parents:
- 2efe4b8 (diff), 9d5fb67 (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
-
src/tests/.expect/attributes.x86.txt (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/attributes.x86.txt
r2efe4b8 r1cdfa82 3 3 L: __attribute__ ((unused)) ((void)1); 4 4 } 5 __attribute__ ((unused)) struct__anonymous0 {5 struct __attribute__ ((unused)) __anonymous0 { 6 6 }; 7 7 static inline void ___constructor__F_R13s__anonymous0_autogen___1(struct __anonymous0 *___dst__R13s__anonymous0_1); … … 20 20 return ___ret__13s__anonymous0_1; 21 21 } 22 __attribute__ ((unused)) structAgn1;23 __attribute__ ((unused)) structAgn2 {22 struct __attribute__ ((unused)) Agn1; 23 struct __attribute__ ((unused)) Agn2 { 24 24 }; 25 25 static inline void ___constructor__F_R5sAgn2_autogen___1(struct Agn2 *___dst__R5sAgn2_1); … … 45 45 __E2__C5eAgn3_1, 46 46 }; 47 __attribute__ ((unused)) struct__anonymous2;48 __attribute__ ((unused)) struct__anonymous3;47 struct __attribute__ ((unused)) __anonymous2; 48 struct __attribute__ ((unused)) __anonymous3; 49 49 struct Fdl { 50 50 __attribute__ ((unused)) signed int __f1__i_1; … … 314 314 ((void)sizeof(__attribute__ ((unused,unused,unused)) signed int (*)[10])); 315 315 ((void)sizeof(__attribute__ ((unused,unused,unused)) signed int ())); 316 __attribute__ ((unused)) struct__anonymous4 {316 struct __attribute__ ((unused)) __anonymous4 { 317 317 signed int __i__i_2; 318 318 }; … … 381 381 signed int _index0 = 0; 382 382 for (;(_index0<10);((void)(++_index0))) { 383 ((void)((* ((signed int *)(&(*___dst__R4sVad_1).__anonymous_object34[_index0])))) /* ?{} */);383 ((void)((*___dst__R4sVad_1).__anonymous_object34[_index0]) /* ?{} */); 384 384 } 385 385 … … 394 394 signed int _index1 = 0; 395 395 for (;(_index1<10);((void)(++_index1))) { 396 ((void)((* ((signed int *)(&(*___dst__R4sVad_1).__anonymous_object34[_index1])))=___src__4sVad_1.__anonymous_object34[_index1]) /* ?{} */);396 ((void)((*___dst__R4sVad_1).__anonymous_object34[_index1]=___src__4sVad_1.__anonymous_object34[_index1]) /* ?{} */); 397 397 } 398 398 … … 406 406 signed int _index2 = (10-1); 407 407 for (;(_index2>=0);((void)(--_index2))) { 408 ((void)((* ((signed int *)(&(*___dst__R4sVad_1).__anonymous_object34[_index2])))) /* ^?{} */);408 ((void)((*___dst__R4sVad_1).__anonymous_object34[_index2]) /* ^?{} */); 409 409 } 410 410 … … 436 436 signed int _index4 = 0; 437 437 for (;(_index4<10);((void)(++_index4))) { 438 ((void)((* ((signed int *)(&(*___dst__R4sVad_1).__anonymous_object34[_index4])))) /* ?{} */);438 ((void)((*___dst__R4sVad_1).__anonymous_object34[_index4]) /* ?{} */); 439 439 } 440 440 … … 449 449 signed int _index5 = 0; 450 450 for (;(_index5<10);((void)(++_index5))) { 451 ((void)((* ((signed int *)(&(*___dst__R4sVad_1).__anonymous_object34[_index5])))) /* ?{} */);451 ((void)((*___dst__R4sVad_1).__anonymous_object34[_index5]) /* ?{} */); 452 452 } 453 453 … … 462 462 signed int _index6 = 0; 463 463 for (;(_index6<10);((void)(++_index6))) { 464 ((void)((* ((signed int *)(&(*___dst__R4sVad_1).__anonymous_object34[_index6])))=__anonymous_object51[_index6]) /* ?{} */);464 ((void)((*___dst__R4sVad_1).__anonymous_object34[_index6]=__anonymous_object51[_index6]) /* ?{} */); 465 465 } 466 466 … … 475 475 signed int _index7 = 0; 476 476 for (;(_index7<10);((void)(++_index7))) { 477 ((void)((* ((signed int *)(&(*___dst__R4sVad_1).__anonymous_object34[_index7])))=__anonymous_object54[_index7]) /* ?{} */);477 ((void)((*___dst__R4sVad_1).__anonymous_object34[_index7]=__anonymous_object54[_index7]) /* ?{} */); 478 478 } 479 479
Note:
See TracChangeset
for help on using the changeset viewer.