Ignore:
Timestamp:
Jan 23, 2017, 2:36:49 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:
0bfaf80
Parents:
207c7e1d
Message:

fix copy constructing/destructing qualified argument/return temporaries

File:
1 edited

Legend:

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

    r207c7e1d r092528b  
    177177    int _tmp_cp_ret0;
    178178    ((void)(___retval_main__i_1=((_tmp_cp_ret0=invoke_main(__argc__i_1, __argv__PPc_1, __envp__PPc_1)) , _tmp_cp_ret0)) /* ?{} */);
    179     ((void)(_tmp_cp_ret0) /* ^?{} */);
     179    ((void)((*((int *)(&_tmp_cp_ret0)))) /* ^?{} */);
    180180    return ((int )___retval_main__i_1);
    181181}
Note: See TracChangeset for help on using the changeset viewer.