Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/attributes.cfa

    rea837e94 r5282010  
    1010// Created On       : Mon Feb  6 16:07:02 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Mar 15 13:53:31 2021
    13 // Update Count     : 38
     12// Last Modified On : Mon Jan 25 21:26:41 2021
     13// Update Count     : 20
    1414//
    1515
     
    4242    __attribute__(( unused )) int f5 __attribute__(( unused ));
    4343    __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 )) );
    5045};
    5146
     
    6055const __attribute__(( used )) int __attribute__(( used )) vd5[5] __attribute__(( used )), __attribute__(( unused )) ((vd6)[5]) __attribute__(( used ));
    6156const __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
    6358
    6459// function_declarator
     
    6863__attribute__(( unused )) int * __attribute__(( unused )) * const __attribute__(( unused )) f2() {}
    6964__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) {}
    7768
    7869
     
    8576    __attribute__(( unused )) int __attribute__(( unused )) t3[5] __attribute__(( unused ));
    8677    __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 ));
    8979    __attribute__(( unused )) int __attribute__(( unused )) * __attribute__(( unused )) ((t6))() __attribute__(( unused ));
    9080}
Note: See TracChangeset for help on using the changeset viewer.