- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/32/extension.txt
r092528b r4fbdd1e3 1 __attribute__ ((__ malloc__,__nothrow__,__leaf__)) extern void *malloc(unsigned int __size);1 __attribute__ ((__nothrow__,__leaf__,__malloc__)) extern void *malloc(unsigned int __size); 2 2 __attribute__ ((__nothrow__,__leaf__)) extern void free(void *__ptr); 3 __attribute__ ((__no return__,__nothrow__,__leaf__)) extern void abort(void);4 __attribute__ ((__no nnull__(1),__nothrow__,__leaf__)) extern int atexit(void (*__func)(void));5 __attribute__ ((__no return__,__nothrow__,__leaf__)) extern void exit(int __status);3 __attribute__ ((__nothrow__,__leaf__,__noreturn__)) extern void abort(void); 4 __attribute__ ((__nothrow__,__leaf__,__nonnull__(1))) extern int atexit(void (*__func)(void)); 5 __attribute__ ((__nothrow__,__leaf__,__noreturn__)) extern void exit(int __status); 6 6 extern int printf(const char *__restrict __format, ...); 7 7 __extension__ int __a__i_1; … … 77 77 __B__C2eE_1, 78 78 }; 79 __extension__ int __f__Fi___1(); 80 __extension__ int i; 81 __extension__ int j; 79 82 __extension__ int __fred__Fi_i__1(int __p__i_1){ 80 83 int ___retval_fred__i_1; … … 83 86 __extension__ int __b__i_2; 84 87 __extension__ int __c__i_2; 88 __extension__ int *__x__Pi_2; 89 __extension__ int *__y__Pi_2; 90 __extension__ int *__z__Pi_2; 85 91 }; 86 92 int __i__i_2 = ((int )(__extension__ __a__i_1+__extension__ 3)); … … 94 100 ((void)((_tmp_cp_ret0=__extension__ __fred__Fi_i__1(3)) , _tmp_cp_ret0)); 95 101 ((void)((*((int *)(&_tmp_cp_ret0)))) /* ^?{} */); 102 __extension__ int __mary__Fi_i__2(int __p__i_2){ 103 int ___retval_mary__i_2; 104 } 96 105 ((void)__extension__ sizeof(3)); 97 106 ((void)__extension__ (((int )(3!=((int )0))) || ((int )(4!=((int )0)))));
Note: See TracChangeset
for help on using the changeset viewer.