Ignore:
File:
1 edited

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);
    22__attribute__ ((__nothrow__,__leaf__)) extern void free(void *__ptr);
    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);
     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);
    66extern int printf(const char *__restrict __format, ...);
    77__extension__ int __a__i_1;
     
    7777    __B__C2eE_1,
    7878};
    79 __extension__ int __f__Fi___1();
    80 __extension__ int i;
    81 __extension__ int j;
    8279__extension__ int __fred__Fi_i__1(int __p__i_1){
    8380    int ___retval_fred__i_1;
     
    8683        __extension__ int __b__i_2;
    8784        __extension__ int __c__i_2;
    88         __extension__ int *__x__Pi_2;
    89         __extension__ int *__y__Pi_2;
    90         __extension__ int *__z__Pi_2;
    9185    };
    9286    int __i__i_2 = ((int )(__extension__ __a__i_1+__extension__ 3));
     
    10094    ((void)((_tmp_cp_ret0=__extension__ __fred__Fi_i__1(3)) , _tmp_cp_ret0));
    10195    ((void)((*((int *)(&_tmp_cp_ret0)))) /* ^?{} */);
    102     __extension__ int __mary__Fi_i__2(int __p__i_2){
    103         int ___retval_mary__i_2;
    104     }
    10596    ((void)__extension__ sizeof(3));
    10697    ((void)__extension__ (((int )(3!=((int )0))) || ((int )(4!=((int )0)))));
Note: See TracChangeset for help on using the changeset viewer.