source: src/Tests/Expect-v/gcc900407-1.txt @ d67a9a1

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since d67a9a1 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: 2.1 KB
Line 
1foo: function
2    with parameters
3      a: signed int
4      b: signed int
5      p: pointer to signed int
6    returning
7      signed int
8    with body
9      CompoundStmt
10        Declaration of c: signed int
11                  Expression Statement:
12            Applying untyped:
13                Name: ?=?
14            ...to:
15                Address of:
16                  Applying untyped:
17                      Name: ?[?]
18                  ...to:
19                      Name: p
20constant expression 2 signed int                 Applying untyped:
21                    Name: ?+?
22                ...to:
23                    Name: a
24constant expression 0x1000 signed int
25                  Expression Statement:
26            Applying untyped:
27                Name: ?=?
28            ...to:
29                Address of:
30                  Name: c
31                Applying untyped:
32                    Name: ?+?
33                ...to:
34                    Name: b
35constant expression 0xffff0000 unsigned int
36                  If on condition:
37              Cast of:
38                Applying untyped:
39                    Name: ?!=?
40                ...to:
41                    Applying untyped:
42                        Name: ?==?
43                    ...to:
44                        Applying untyped:
45                            Name: ?+?
46                        ...to:
47                            Name: b
48constant expression 0xffff0000 unsigned int constant expression 2 signed int                     Name: 0
49
50              to:
51                signed int
52          .... and branches:
53              Expression Statement:
54                Applying untyped:
55                    Name: ?++
56                ...to:
57                    Address of:
58                      Name: c
59
60                  Expression Statement:
61            Applying untyped:
62                Name: ?=?
63            ...to:
64                Address of:
65                  Applying untyped:
66                      Name: ?[?]
67                  ...to:
68                      Name: p
69constant expression 2 signed int                 Name: c
70
71
Note: See TracBrowser for help on using the repository browser.