source: src/Tests/Expect-a/GccExtensions.txt@ a3f9946

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory 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 a3f9946 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 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: 2.3 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 struct s3
46 with members
47 i: signed int
48
49 Declaration of x1: instance of struct s3
50 Declaration of y1: instance of struct s3
51 Declaration of struct s4
52 with members
53 i: signed int
54
55 Declaration of x2: instance of struct s4
56 Declaration of y2: instance of struct s4
57 Declaration of m1: array of signed int with dimension of constant expression 10 signed int
58 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
59 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
60
Note: See TracBrowser for help on using the repository browser.