Changeset f7e749f for src/tests/.expect/memberCtors.txt
- Timestamp:
- Dec 13, 2016, 3:56:44 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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, resolv-new, with_gc
- Children:
- fc638d2
- Parents:
- 0f35657
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/memberCtors.txt
r0f35657 rf7e749f 6 6 constructing int 7 7 constructing int 8 begin construct B 9 assign b->a2 8 10 constructing int 9 11 constructing int 12 begin construct A 13 construct a->x 10 14 constructing int: 1001 15 assign a->y 11 16 assigning int: 0 0 17 end construct A 18 construct b->a1 12 19 constructing int 13 20 constructing int 21 begin construct A 22 construct a->x 14 23 constructing int: 1000 24 assign a->y 15 25 assigning int: 0 0 26 end construct A 27 end construct B 16 28 destructing int: 0 17 29 destructing int: 0 … … 20 32 copy constructing int: 0 21 33 copy constructing int: 0 34 begin copy construct A 35 copy construct this->x 22 36 copy constructing int: 1000 37 assign this->y 38 end copy construct A 23 39 copy constructing int: 0 24 40 copy constructing int: 0 41 begin copy construct A 42 copy construct this->x 25 43 copy constructing int: 1001 44 assign this->y 45 end copy construct A 26 46 copy constructing int: 0 27 47 copy constructing int: 0 48 begin copy construct A 49 copy construct this->x 28 50 copy constructing int: 0 51 assign this->y 52 end copy construct A 29 53 End of main 30 54 constructing int 31 55 constructing int 56 begin construct A 57 construct a->x 32 58 constructing int: 999 59 assign a->y 33 60 assigning int: 0 0 61 end construct A 34 62 destructing int: 0 35 63 destructing int: 0 … … 46 74 constructing int 47 75 constructing int 76 begin construct A 77 construct a->x 48 78 constructing int: 999 79 assign a->y 49 80 assigning int: 0 0 81 end construct A 50 82 destructing int: 0 51 83 destructing int: 0
Note: See TracChangeset
for help on using the changeset viewer.