source: src/Tests/Expect-r/Typeof.txt@ ea9b9d3

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 string with_gc
Last change on this file since ea9b9d3 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: 1.5 KB
Line 
1nameExpr is v1
2decl is v1: pointer to signed int
3newExpr is Variable Expression: v1: pointer to signed int
4
5alternatives before prune:
6Cost ( 0, 0, 0 ): Variable Expression: v1: pointer to signed int
7(types:
8 lvalue pointer to signed int
9)
10Environment:
11
12there are 1 alternatives before elimination
13there are 1 alternatives after elimination
14alternatives before prune:
15Cost ( 0, 0, 1 ): Cast of:
16 Variable Expression: v1: pointer to signed int
17
18to:
19 nothing
20(types:
21)
22Environment:
23
24there are 1 alternatives before elimination
25there are 1 alternatives after elimination
26nameExpr is *?
27alternatives before prune:
28Cost ( 0, 0, 0 ): constant expression 4 signed int (types:
29 signed int
30)
31Environment:
32
33there are 1 alternatives before elimination
34there are 1 alternatives after elimination
35alternatives before prune:
36Cost ( 0, 0, 2 ): Cast of:
37constant expression 4 signed int
38to:
39 long unsigned int
40(types:
41 long unsigned int
42)
43Environment:
44
45there are 1 alternatives before elimination
46there are 1 alternatives after elimination
47alternatives before prune:
48Cost ( 0, 0, 0 ): constant expression 4 signed int (types:
49 signed int
50)
51Environment:
52
53there are 1 alternatives before elimination
54there are 1 alternatives after elimination
55alternatives before prune:
56Cost ( 0, 0, 2 ): Cast of:
57constant expression 4 signed int
58to:
59 long unsigned int
60(types:
61 long unsigned int
62)
63Environment:
64
65there are 1 alternatives before elimination
66there are 1 alternatives after elimination
67Error: No reasonable alternatives for expression Name: *?
68
Note: See TracBrowser for help on using the repository browser.