source: src/Tests/Expect-a/Exception.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: 1.6 KB
Line 
1fred: function
2      accepting unspecified arguments
3    returning
4      signed int
5    with body
6      CompoundStmt
7        Declaration of x: signed int
8                  Throw Statement, returning: constant expression 3 signed int
9
10                  Throw Statement, returning: Applying untyped:
11    Name: ?=?
12...to:
13    Address of:
14      Name: x
15constant expression 5 signed int
16
17                  Try Statement
18            with block:
19              CompoundStmt
20            and handlers:
21              Catch Statement
22              ... catching
23i: signed int
24
25                  Try Statement
26            with block:
27              CompoundStmt
28                                  Expression Statement:
29                    Applying untyped:
30                        Name: ?/?
31                    ...to:
32                        Name: x
33constant expression 4 signed int
34            and handlers:
35              Catch Statement
36              ... catching
37signed int
38              Catch Statement
39              ... catching
40x: signed int
41              Catch Statement
42              ... catching
43struct __anonymous0
44              Catch Statement
45              ... catching
46x: instance of struct __anonymous1
47              Catch Statement
48              ... catching
49x: pointer to instance of struct __anonymous2
50              Catch Statement
51              ... catching
52pointer to instance of struct __anonymous3
53              Catch Statement
54              ... catching
55x: pointer to instance of struct __anonymous4
56              Catch Statement
57              ... catching
58                  the rest
59
60
Note: See TracBrowser for help on using the repository browser.