Changes in tests/attributes.cfa [ea837e94:5282010]
- File:
-
- 1 edited
-
tests/attributes.cfa (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/attributes.cfa
rea837e94 r5282010 10 10 // Created On : Mon Feb 6 16:07:02 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Mar 15 13:53:31 202113 // Update Count : 3812 // Last Modified On : Mon Jan 25 21:26:41 2021 13 // Update Count : 20 14 14 // 15 15 … … 42 42 __attribute__(( unused )) int f5 __attribute__(( unused )); 43 43 __attribute__(( used )) int f6 __attribute__(( packed )), f7 __attribute__(( unused )) __attribute__(( unused )), __attribute__(( used )) f8 __attribute__(( unused )); 44 int * f9 __attribute__(( unused )); 45 __attribute__(( used )) int __attribute__(( unused )) * f10; 46 int ( ( * f11 __attribute__(( unused )) ) __attribute__(( unused )) ); 47 int ( ( __attribute__(( unused )) * f12 __attribute__(( unused )) ) __attribute__(( unused )) ); 48 int ( ( __attribute__(( unused )) * (f13) __attribute__(( unused )) ) __attribute__(( unused )) ); 49 int ( ( ( __attribute__(( unused )) * (f14) ) __attribute__(( unused )) ) __attribute__(( unused )) ); 44 int ( ( * (f9) __attribute__(( unused )) ) __attribute__(( unused )) ); 50 45 }; 51 46 … … 60 55 const __attribute__(( used )) int __attribute__(( used )) vd5[5] __attribute__(( used )), __attribute__(( unused )) ((vd6)[5]) __attribute__(( used )); 61 56 const __attribute__(( used )) int __attribute__(( used )) (* __attribute__(( used )) vd7)() __attribute__(( used )), __attribute__(( unused )) ((* __attribute__(( used )) vd8)()) __attribute__(( used )); 62 const __attribute__(( used )) int __attribute__(( used )) ( __attribute__(( used )) * vd9)() __attribute__(( used )), __attribute__(( unused )) (( __attribute__(( used )) * vd10)()) __attribute__(( used )); 57 63 58 64 59 // function_declarator … … 68 63 __attribute__(( unused )) int * __attribute__(( unused )) * const __attribute__(( unused )) f2() {} 69 64 __attribute__(( unused )) int (* __attribute__(( unused )) f3(int))[] __attribute__(( used )); 70 __attribute__(( unused )) int ( __attribute__(( unused )) * __attribute__(( unused )) f4(int))[] __attribute__(( used )); 71 __attribute__(( unused )) int (* __attribute__(( unused )) f5(int p))[] {} 72 __attribute__(( unused )) int ( __attribute__(( unused )) * (f6)(int p))[] {} 73 __attribute__(( unused )) int (* __attribute__(( unused )) f7())(int) __attribute__(( used )); 74 __attribute__(( unused )) int (* __attribute__(( unused )) f8())(int) {} 75 __attribute__(( unused )) int ( __attribute__(( unused )) * f9())(int) {} 76 __attribute__(( unused )) int ( __attribute__(( unused )) * (f10)())(int) {} 65 __attribute__(( unused )) int (* __attribute__(( unused )) f3(int p))[] {} 66 __attribute__(( unused )) int (* __attribute__(( unused )) f4())(int) __attribute__(( used )); 67 __attribute__(( unused )) int (* __attribute__(( unused )) f4())(int) {} 77 68 78 69 … … 85 76 __attribute__(( unused )) int __attribute__(( unused )) t3[5] __attribute__(( unused )); 86 77 __attribute__(( unused )) int __attribute__(( unused )) (* (* __attribute__(( unused )) t4[5]) __attribute__(( unused )) ) __attribute__(( unused )); 87 __attribute__(( unused )) int __attribute__(( unused )) ( __attribute__(( unused )) * ( __attribute__(( unused )) * t5[5]) __attribute__(( unused )) ) __attribute__(( unused )); 88 __attribute__(( unused )) int __attribute__(( unused )) t6() __attribute__(( unused )); 78 __attribute__(( unused )) int __attribute__(( unused )) t5() __attribute__(( unused )); 89 79 __attribute__(( unused )) int __attribute__(( unused )) * __attribute__(( unused )) ((t6))() __attribute__(( unused )); 90 80 }
Note:
See TracChangeset
for help on using the changeset viewer.