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