source: src/Tests/Expect-v/gcc920410-2.txt@ 55ba7339

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 55ba7339 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.7 KB
Line 
1joe: function
2 accepting unspecified arguments
3 returning
4 signed int
5 with body
6 CompoundStmt
7 Declaration of j: signed int
8 While on condition:
9 Cast of:
10 Applying untyped:
11 Name: ?!=?
12 ...to:
13 Name: 1
14 Name: 0
15
16 to:
17 signed int
18 .... with body:
19 CompoundStmt
20 Labels: {}
21 For Statement
22 initialization:
23 Expression Statement:
24 Applying untyped:
25 Name: ?=?
26 ...to:
27 Address of:
28 Name: j
29 Name: 0
30
31 condition:
32 Cast of:
33 Applying untyped:
34 Name: ?!=?
35 ...to:
36 Applying untyped:
37 Name: ?<?
38 ...to:
39 Name: j
40constant expression 4 signed int Name: 0
41
42 to:
43 signed int
44
45 increment:
46 Applying untyped:
47 Name: ?++
48 ...to:
49 Address of:
50 Name: j
51
52 statement block:
53 Null Statement
54
55
56 Labels: {}
57 For Statement
58 initialization:
59 Expression Statement:
60 Applying untyped:
61 Name: ?=?
62 ...to:
63 Address of:
64 Name: j
65 Name: 0
66
67 condition:
68 Cast of:
69 Applying untyped:
70 Name: ?!=?
71 ...to:
72 Applying untyped:
73 Name: ?<?
74 ...to:
75 Name: j
76constant expression 4 signed int Name: 0
77
78 to:
79 signed int
80
81 increment:
82 Applying untyped:
83 Name: ?++
84 ...to:
85 Address of:
86 Name: j
87
88 statement block:
89 Null Statement
90
91
92
93
Note: See TracBrowser for help on using the repository browser.