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/32/extension.txt

    r207c7e1d r092528b  
    9393    int _tmp_cp_ret0;
    9494    ((void)((_tmp_cp_ret0=__extension__ __fred__Fi_i__1(3)) , _tmp_cp_ret0));
    95     ((void)(_tmp_cp_ret0) /* ^?{} */);
     95    ((void)((*((int *)(&_tmp_cp_ret0)))) /* ^?{} */);
    9696    ((void)__extension__ sizeof(3));
    9797    ((void)__extension__ (((int )(3!=((int )0))) || ((int )(4!=((int )0)))));
Note: See TracChangeset for help on using the changeset viewer.