source: src/Tests/Expect-v/GccExtensions.txt @ b1d6dd5

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 b1d6dd5 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: 5.8 KB
Line 
1fred: function
2      accepting unspecified arguments
3    returning
4      signed int
5    with body
6      CompoundStmt
7        Declaration of c1: double _Complex
8        Declaration of c2: double _Complex
9        Declaration of i1: const signed int
10        Declaration of i2: const signed int
11        Declaration of i3: const signed int
12        Declaration of ex: const signed int
13        Declaration of f1: inline function
14              accepting unspecified arguments
15            returning
16              signed int
17
18        Declaration of f2: inline function
19              accepting unspecified arguments
20            returning
21              signed int
22
23        Declaration of s1: signed int
24        Declaration of s2: signed int
25        Declaration of t1: type-of expression           Name: s1
26
27        Declaration of t2: type-of expression           Name: s1
28
29        Declaration of v1: volatile signed int
30        Declaration of v2: volatile signed int
31        Declaration of a1: signed int
32        Declaration of a2: const signed int
33        Declaration of a3: static const signed int
34        Declaration of a4: static const signed int
35        Declaration of a5: static const signed int
36        Declaration of a6: static const signed int
37        Declaration of a7: static const signed int
38        Declaration of p1: pointer to signed int
39        Declaration of p2: pointer to signed int
40        Declaration of struct s1
41        Declaration of struct s2
42            with members
43              i: signed int
44
45        Declaration of ?=?: automatically generated inline function
46            with parameters
47              _dst: pointer to instance of struct s2
48              _src: instance of struct s2
49            returning
50              instance of struct s2
51            with body
52              CompoundStmt
53                                  Expression Statement:
54                    Applying untyped:
55                        Name: ?=?
56                    ...to:
57                        Address of:
58                          Member Expression, with field:
59                            i: signed int
60                          from aggregate:
61                            Applying untyped:
62                                Name: *?
63                            ...to:
64                                Variable Expression: _dst: pointer to instance of struct s2
65                        Member Expression, with field:
66                          i: signed int
67                        from aggregate:
68                          Variable Expression: _src: instance of struct s2
69
70                                  Return Statement, returning: Variable Expression: _src: instance of struct s2
71
72
73
74        Declaration of struct s3
75            with members
76              i: signed int
77
78        Declaration of ?=?: automatically generated inline function
79            with parameters
80              _dst: pointer to instance of struct s3
81              _src: instance of struct s3
82            returning
83              instance of struct s3
84            with body
85              CompoundStmt
86                                  Expression Statement:
87                    Applying untyped:
88                        Name: ?=?
89                    ...to:
90                        Address of:
91                          Member Expression, with field:
92                            i: signed int
93                          from aggregate:
94                            Applying untyped:
95                                Name: *?
96                            ...to:
97                                Variable Expression: _dst: pointer to instance of struct s3
98                        Member Expression, with field:
99                          i: signed int
100                        from aggregate:
101                          Variable Expression: _src: instance of struct s3
102
103                                  Return Statement, returning: Variable Expression: _src: instance of struct s3
104
105
106
107        Declaration of x1: instance of struct s3
108        Declaration of y1: instance of struct s3
109        Declaration of struct s4
110            with members
111              i: signed int
112
113        Declaration of ?=?: automatically generated inline function
114            with parameters
115              _dst: pointer to instance of struct s4
116              _src: instance of struct s4
117            returning
118              instance of struct s4
119            with body
120              CompoundStmt
121                                  Expression Statement:
122                    Applying untyped:
123                        Name: ?=?
124                    ...to:
125                        Address of:
126                          Member Expression, with field:
127                            i: signed int
128                          from aggregate:
129                            Applying untyped:
130                                Name: *?
131                            ...to:
132                                Variable Expression: _dst: pointer to instance of struct s4
133                        Member Expression, with field:
134                          i: signed int
135                        from aggregate:
136                          Variable Expression: _src: instance of struct s4
137
138                                  Return Statement, returning: Variable Expression: _src: instance of struct s4
139
140
141
142        Declaration of x2: instance of struct s4
143        Declaration of y2: instance of struct s4
144        Declaration of m1: array of signed int with dimension of constant expression 10 signed int
145        Declaration of m2: array of array of signed int with dimension of constant expression 10 signed int with dimension of constant expression 10 signed int
146        Declaration of m3: array of array of signed int with dimension of constant expression 10 signed int with dimension of constant expression 10 signed int
147
Note: See TracBrowser for help on using the repository browser.