Ignore:
Timestamp:
Dec 15, 2016, 1:33:23 PM (7 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

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.