Ignore:
Timestamp:
Oct 19, 2017, 11:15:35 AM (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:
150ec33
Parents:
18ca28e
git-author:
Rob Schluntz <rschlunt@…> (10/13/17 16:02:35)
git-committer:
Rob Schluntz <rschlunt@…> (10/19/17 11:15:35)
Message:

Update 64-bit tests for autogen return changes

File:
1 edited

Legend:

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

    r18ca28e rd411426d  
    4040    ((void)((*___dst__R2sS_1).__b__i_1=___src__2sS_1.__b__i_1));
    4141    ((void)((*___dst__R2sS_1).__c__i_1=___src__2sS_1.__c__i_1));
    42     ((void)___constructor__F_R2sS2sS_autogen___1((&___ret__2sS_1), ___src__2sS_1));
     42    ((void)___constructor__F_R2sS2sS_autogen___1((&___ret__2sS_1), (*___dst__R2sS_1)));
    4343    return ___ret__2sS_1;
    4444}
     
    7878    union U ___ret__2uU_1;
    7979    ((void)__builtin_memcpy(((void *)___dst__R2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U )));
    80     ((void)___constructor__F_R2uU2uU_autogen___1((&___ret__2uU_1), ___src__2uU_1));
     80    ((void)___constructor__F_R2uU2uU_autogen___1((&___ret__2uU_1), (*___dst__R2uU_1)));
    8181    return ___ret__2uU_1;
    8282}
     
    134134        ((void)((*___dst__R2sS_2).__y__Pi_2=___src__2sS_2.__y__Pi_2));
    135135        ((void)((*___dst__R2sS_2).__z__Pi_2=___src__2sS_2.__z__Pi_2));
    136         ((void)___constructor__F_R2sS2sS_autogen___2((&___ret__2sS_2), ___src__2sS_2));
     136        ((void)___constructor__F_R2sS2sS_autogen___2((&___ret__2sS_2), (*___dst__R2sS_2)));
    137137        return ___ret__2sS_2;
    138138    }
Note: See TracChangeset for help on using the changeset viewer.