source: src/Tests/Expect-a/Initialization2.txt @ de91427b

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since de91427b was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 4.0 KB
Line 
1a: signed int with initializer
2  Simple Initializer: constant expression 3 signed int
3struct __anonymous0
4    with members
5      x: signed int
6      y: signed int
7
8z: instance of struct __anonymous0 with initializer
9  Compound initializer: 
10    Simple Initializer: constant expression 3 signed int
11    Simple Initializer: constant expression 7 signed int
12struct __anonymous1
13    with members
14      x: signed int
15      y: signed int
16
17z1: instance of struct __anonymous1 with initializer
18  Compound initializer: 
19    Simple Initializer: constant expression 3 signed int
20      designated by:         Name: x
21        Name: y
22
23struct __anonymous2
24    with members
25      x: signed int
26      y: signed int
27
28z2: instance of struct __anonymous2 with initializer
29  Compound initializer: 
30    Simple Initializer: constant expression 3 signed int
31      designated by:         Name: y
32
33    Simple Initializer: constant expression 4 signed int
34      designated by:         Name: x
35
36struct __anonymous4
37    with members
38      x: signed int
39      struct __anonymous3
40          with members
41            y1: signed int
42            y2: signed int
43
44      y: instance of struct __anonymous3
45
46z3: instance of struct __anonymous4 with initializer
47  Compound initializer: 
48    Simple Initializer: constant expression 3 signed int
49      designated by:         Name: x
50
51    Compound initializer:        designated by: [        Name: y
52      ]
53      Simple Initializer: constant expression 4 signed int
54        designated by:           Name: y1
55
56      Simple Initializer: constant expression 5 signed int
57        designated by:           Name: y2
58
59struct __anonymous6
60    with members
61      x: signed int
62      struct __anonymous5
63          with members
64            y1: signed int
65            y2: signed int
66
67      y: instance of struct __anonymous5
68
69z3: instance of struct __anonymous6 with initializer
70  Compound initializer: 
71    Compound initializer:        designated by: [        Name: y
72      ]
73      Simple Initializer: constant expression 9 signed int
74        designated by:           Name: y2
75
76      Simple Initializer: constant expression 8 signed int
77        designated by:           Name: y1
78
79    Simple Initializer: constant expression 7 signed int
80      designated by:         Name: x
81
82struct __anonymous8
83    with members
84      x: signed int
85      struct __anonymous7
86          with members
87            y1: signed int
88            y2: signed int
89
90      y: instance of struct __anonymous7
91
92z3: instance of struct __anonymous8 with initializer
93  Compound initializer: 
94    Simple Initializer: constant expression 7 signed int
95      designated by:         Name: x
96
97    Compound initializer: 
98      Simple Initializer: constant expression 9 signed int
99        designated by:           Name: y2
100
101      Simple Initializer: constant expression 8 signed int
102        designated by:           Name: y1
103
104struct __anonymous10
105    with members
106      x: signed int
107      struct __anonymous9
108          with members
109            y1: signed int
110            y2: signed int
111
112      y: instance of struct __anonymous9
113
114z3: instance of struct __anonymous10 with initializer
115  Compound initializer: 
116    Simple Initializer: constant expression 3 signed int
117    Compound initializer: 
118      Simple Initializer: constant expression 4 signed int
119      Simple Initializer: constant expression 5 signed int
120struct t
121    with members
122      a: signed int
123      b: signed int
124
125x: instance of struct t with initializer
126  Compound initializer: 
127    Simple Initializer: constant expression 4 signed int
128      designated by:         Name: b
129
130    Simple Initializer: constant expression 3 signed int
131      designated by:         Name: a
132
133struct __anonymous11
134    with members
135      x: signed int
136      y: signed int
137
138z6: instance of struct __anonymous11 with initializer
139  Compound initializer: 
140    Simple Initializer: constant expression 5 signed int
141    Simple Initializer: constant expression 6 signed int
142    Simple Initializer: constant expression 4 signed int
Note: See TracBrowser for help on using the repository browser.