- Timestamp:
- Apr 9, 2018, 4:06:16 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 5002738
- Parents:
- 9d1e3f7
- Location:
- src/tests/.expect
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/attributes.x64.txt
r9d1e3f7 r10246645 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 }; -
src/tests/.expect/attributes.x86.txt
r9d1e3f7 r10246645 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 };
Note: See TracChangeset
for help on using the changeset viewer.