ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
Last change
on this file since fda7e90 was 44f6341, checked in by Rob Schluntz <rschlunt@…>, 9 years ago |
fix implicit member ctor/dtor generation order, fix corresponding test
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | Before declaration of b1
|
---|
2 | constructing int
|
---|
3 | constructing int
|
---|
4 | constructing int
|
---|
5 | constructing int
|
---|
6 | constructing int
|
---|
7 | constructing int
|
---|
8 | constructing int
|
---|
9 | constructing int
|
---|
10 | constructing int: 1001
|
---|
11 | assigning int: 0 0
|
---|
12 | constructing int
|
---|
13 | constructing int
|
---|
14 | constructing int: 1000
|
---|
15 | assigning int: 0 0
|
---|
16 | destructing int: 0
|
---|
17 | destructing int: 0
|
---|
18 | destructing int: 1001
|
---|
19 | Before declaration of b2
|
---|
20 | copy constructing int: 0
|
---|
21 | copy constructing int: 0
|
---|
22 | copy constructing int: 1000
|
---|
23 | copy constructing int: 0
|
---|
24 | copy constructing int: 0
|
---|
25 | copy constructing int: 1001
|
---|
26 | copy constructing int: 0
|
---|
27 | copy constructing int: 0
|
---|
28 | copy constructing int: 0
|
---|
29 | End of main
|
---|
30 | constructing int
|
---|
31 | constructing int
|
---|
32 | constructing int: 999
|
---|
33 | assigning int: 0 0
|
---|
34 | destructing int: 0
|
---|
35 | destructing int: 0
|
---|
36 | destructing int: 1000
|
---|
37 | destructing int: 0
|
---|
38 | destructing int: 0
|
---|
39 | destructing int: 999
|
---|
40 | destructing int: 0
|
---|
41 | destructing int: 0
|
---|
42 | destructing int: 0
|
---|
43 | destructing int: 0
|
---|
44 | destructing int: 0
|
---|
45 | destructing int: 999
|
---|
46 | constructing int
|
---|
47 | constructing int
|
---|
48 | constructing int: 999
|
---|
49 | assigning int: 0 0
|
---|
50 | destructing int: 0
|
---|
51 | destructing int: 0
|
---|
52 | destructing int: 1000
|
---|
53 | destructing int: 0
|
---|
54 | destructing int: 0
|
---|
55 | destructing int: 999
|
---|
56 | destructing int: 0
|
---|
57 | destructing int: 0
|
---|
58 | destructing int: 0
|
---|
59 | destructing int: 0
|
---|
60 | destructing int: 0
|
---|
61 | destructing int: 999
|
---|
Note:
See
TracBrowser
for help on using the repository browser.