Ignore:
Timestamp:
Dec 15, 2016, 1:33:23 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
5802a4f
Parents:
1486116
git-author:
Rob Schluntz <rschlunt@…> (12/15/16 12:00:08)
git-committer:
Rob Schluntz <rschlunt@…> (12/15/16 13:33:23)
Message:

update generation of return variables and the affected test outputs

Location:
src/tests/.expect/32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/32/extension.txt

    r1486116 r9facf3b  
    1717static inline void ___constructor__F_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
    1818static inline void ___destructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1);
    19 static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1){
    20     ((void)((*___dst__P2sS_1).__a__i_1=___src__2sS_1.__a__i_1));
    21     ((void)((*___dst__P2sS_1).__b__i_1=___src__2sS_1.__b__i_1));
    22     ((void)((*___dst__P2sS_1).__c__i_1=___src__2sS_1.__c__i_1));
    23     return ((struct S )___src__2sS_1);
    24 }
    2519static inline void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){
    2620    ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ?{} */);
     
    3731    ((void)((*((int *)(&(*___dst__P2sS_1).__b__i_1)))) /* ^?{} */);
    3832    ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ^?{} */);
     33}
     34static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1){
     35    ((void)((*___dst__P2sS_1).__a__i_1=___src__2sS_1.__a__i_1));
     36    ((void)((*___dst__P2sS_1).__b__i_1=___src__2sS_1.__b__i_1));
     37    ((void)((*___dst__P2sS_1).__c__i_1=___src__2sS_1.__c__i_1));
     38    return ((struct S )___src__2sS_1);
    3939}
    4040static inline void ___constructor__F_P2sSi_autogen___1(struct S *___dst__P2sS_1, int __a__i_1){
     
    5858    __extension__ int __c__i_1;
    5959};
    60 static inline union U ___operator_assign__F2uU_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
     60static inline void ___constructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
     61}
     62static inline void ___constructor__F_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
    6163    void *_tmp_cp_ret0;
    6264    ((void)((_tmp_cp_ret0=__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U ))) , _tmp_cp_ret0));
    6365    ((void)(_tmp_cp_ret0) /* ^?{} */);
    64     return ((union U )___src__2uU_1);
    6566}
    66 static inline void ___constructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
     67static inline void ___destructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
    6768}
    68 static inline void ___constructor__F_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
     69static inline union U ___operator_assign__F2uU_P2uU2uU_autogen___1(union U *___dst__P2uU_1, union U ___src__2uU_1){
    6970    void *_tmp_cp_ret1;
    7071    ((void)((_tmp_cp_ret1=__builtin_memcpy(((void *)___dst__P2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U ))) , _tmp_cp_ret1));
    7172    ((void)(_tmp_cp_ret1) /* ^?{} */);
    72 }
    73 static inline void ___destructor__F_P2uU_autogen___1(union U *___dst__P2uU_1){
     73    return ((union U )___src__2uU_1);
    7474}
    7575static inline void ___constructor__F_P2uUi_autogen___1(union U *___dst__P2uU_1, int __src__i_1){
     
    8484};
    8585__extension__ int __fred__Fi_i__1(int __p__i_1){
     86    int ___retval_fred__i_1;
    8687    __extension__ struct S {
    8788        __extension__ int __a__i_2;
  • src/tests/.expect/32/gccExtensions.txt

    r1486116 r9facf3b  
    77extern int __x__i_1;
    88int main(int __argc__i_1, const char **__argv__PPCc_1){
     9    int ___retval_main__i_1;
    910    asm ( "nop" :  :  :  );
    1011    asm ( "nop" :  :  :  );
     
    2526    const int __i3__Ci_2;
    2627    inline int __f1__Fi___2(){
     28        int ___retval_f1__i_2;
    2729    }
    2830    inline int __f2__Fi___2(){
     31        int ___retval_f2__i_2;
    2932    }
    3033    int __s1__i_2;
     
    4043        __extension__ int __c__i_2;
    4144    };
    42     inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___2(struct S *___dst__P2sS_2, struct S ___src__2sS_2){
    43         ((void)((*___dst__P2sS_2).__a__i_2=___src__2sS_2.__a__i_2));
    44         ((void)((*___dst__P2sS_2).__b__i_2=___src__2sS_2.__b__i_2));
    45         ((void)((*___dst__P2sS_2).__c__i_2=___src__2sS_2.__c__i_2));
    46         return ((struct S )___src__2sS_2);
    47     }
    4845    inline void ___constructor__F_P2sS_autogen___2(struct S *___dst__P2sS_2){
    4946        ((void)((*((int *)(&(*___dst__P2sS_2).__a__i_2)))) /* ?{} */);
     
    6057        ((void)((*((int *)(&(*___dst__P2sS_2).__b__i_2)))) /* ^?{} */);
    6158        ((void)((*((int *)(&(*___dst__P2sS_2).__a__i_2)))) /* ^?{} */);
     59    }
     60    inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___2(struct S *___dst__P2sS_2, struct S ___src__2sS_2){
     61        ((void)((*___dst__P2sS_2).__a__i_2=___src__2sS_2.__a__i_2));
     62        ((void)((*___dst__P2sS_2).__b__i_2=___src__2sS_2.__b__i_2));
     63        ((void)((*___dst__P2sS_2).__c__i_2=___src__2sS_2.__c__i_2));
     64        return ((struct S )___src__2sS_2);
    6265    }
    6366    inline void ___constructor__F_P2sSi_autogen___2(struct S *___dst__P2sS_2, int __a__i_2){
     
    9699        int __i__i_2;
    97100    };
    98     inline struct s2 ___operator_assign__F3ss2_P3ss23ss2_autogen___2(struct s2 *___dst__P3ss2_2, struct s2 ___src__3ss2_2){
    99         ((void)((*___dst__P3ss2_2).__i__i_2=___src__3ss2_2.__i__i_2));
    100         return ((struct s2 )___src__3ss2_2);
    101     }
    102101    inline void ___constructor__F_P3ss2_autogen___2(struct s2 *___dst__P3ss2_2){
    103102        ((void)((*((int *)(&(*___dst__P3ss2_2).__i__i_2)))) /* ?{} */);
     
    109108        ((void)((*((int *)(&(*___dst__P3ss2_2).__i__i_2)))) /* ^?{} */);
    110109    }
     110    inline struct s2 ___operator_assign__F3ss2_P3ss23ss2_autogen___2(struct s2 *___dst__P3ss2_2, struct s2 ___src__3ss2_2){
     111        ((void)((*___dst__P3ss2_2).__i__i_2=___src__3ss2_2.__i__i_2));
     112        return ((struct s2 )___src__3ss2_2);
     113    }
    111114    inline void ___constructor__F_P3ss2i_autogen___2(struct s2 *___dst__P3ss2_2, int __i__i_2){
    112115        ((void)((*((int *)(&(*___dst__P3ss2_2).__i__i_2)))=__i__i_2) /* ?{} */);
     
    115118        int __i__i_2;
    116119    };
    117     inline struct s3 ___operator_assign__F3ss3_P3ss33ss3_autogen___2(struct s3 *___dst__P3ss3_2, struct s3 ___src__3ss3_2){
    118         ((void)((*___dst__P3ss3_2).__i__i_2=___src__3ss3_2.__i__i_2));
    119         return ((struct s3 )___src__3ss3_2);
    120     }
    121120    inline void ___constructor__F_P3ss3_autogen___2(struct s3 *___dst__P3ss3_2){
    122121        ((void)((*((int *)(&(*___dst__P3ss3_2).__i__i_2)))) /* ?{} */);
     
    128127        ((void)((*((int *)(&(*___dst__P3ss3_2).__i__i_2)))) /* ^?{} */);
    129128    }
     129    inline struct s3 ___operator_assign__F3ss3_P3ss33ss3_autogen___2(struct s3 *___dst__P3ss3_2, struct s3 ___src__3ss3_2){
     130        ((void)((*___dst__P3ss3_2).__i__i_2=___src__3ss3_2.__i__i_2));
     131        return ((struct s3 )___src__3ss3_2);
     132    }
    130133    inline void ___constructor__F_P3ss3i_autogen___2(struct s3 *___dst__P3ss3_2, int __i__i_2){
    131134        ((void)((*((int *)(&(*___dst__P3ss3_2).__i__i_2)))=__i__i_2) /* ?{} */);
     
    136139        int __i__i_2;
    137140    };
    138     inline struct s4 ___operator_assign__F3ss4_P3ss43ss4_autogen___2(struct s4 *___dst__P3ss4_2, struct s4 ___src__3ss4_2){
    139         ((void)((*___dst__P3ss4_2).__i__i_2=___src__3ss4_2.__i__i_2));
    140         return ((struct s4 )___src__3ss4_2);
    141     }
    142141    inline void ___constructor__F_P3ss4_autogen___2(struct s4 *___dst__P3ss4_2){
    143142        ((void)((*((int *)(&(*___dst__P3ss4_2).__i__i_2)))) /* ?{} */);
     
    149148        ((void)((*((int *)(&(*___dst__P3ss4_2).__i__i_2)))) /* ^?{} */);
    150149    }
     150    inline struct s4 ___operator_assign__F3ss4_P3ss43ss4_autogen___2(struct s4 *___dst__P3ss4_2, struct s4 ___src__3ss4_2){
     151        ((void)((*___dst__P3ss4_2).__i__i_2=___src__3ss4_2.__i__i_2));
     152        return ((struct s4 )___src__3ss4_2);
     153    }
    151154    inline void ___constructor__F_P3ss4i_autogen___2(struct s4 *___dst__P3ss4_2, int __i__i_2){
    152155        ((void)((*((int *)(&(*___dst__P3ss4_2).__i__i_2)))=__i__i_2) /* ?{} */);
     
    157160    int __m2__A0A0i_2[((unsigned int )10)][((unsigned int )10)];
    158161    int __m3__A0A0i_2[((unsigned int )10)][((unsigned int )10)];
    159     int _retVal0 = { 0 };
    160     ((void)(_retVal0=0) /* ?{} */);
    161     return ((int )_retVal0);
     162    ((void)(___retval_main__i_1=0) /* ?{} */);
     163    return ((int )___retval_main__i_1);
    162164}
Note: See TracChangeset for help on using the changeset viewer.