source: src/Tests/Expect-f/Forall.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: 2.5 KB
Line 
1There are 2 alternatives
2Alternative 1 ==============
3signed int
4
5Alternative 2 ==============
6
7There are 1 alternatives
8Alternative 1 ==============
9pointer to function
10 returning
11 nothing
12
13
14There are 2 alternatives
15Alternative 1 ==============
16char
17
18Alternative 2 ==============
19
20There are 2 alternatives
21Alternative 1 ==============
22float
23
24Alternative 2 ==============
25
26There are 1 alternatives
27Alternative 1 ==============
28
29There are 1 alternatives
30Alternative 1 ==============
31
32There are 1 alternatives
33Alternative 1 ==============
34
35There are 1 alternatives
36Alternative 1 ==============
37
38There are 1 alternatives
39Alternative 1 ==============
40instance of type T (not function type)
41
42There are 1 alternatives
43Alternative 1 ==============
44instance of type T (not function type)
45
46There are 1 alternatives
47Alternative 1 ==============
48instance of type T (not function type)
49
50There are 1 alternatives
51Alternative 1 ==============
52instance of type T (not function type)
53
54There are 1 alternatives
55Alternative 1 ==============
56
57There are 1 alternatives
58Alternative 1 ==============
59instance of type T (not function type)
60
61Error: No reasonable alternatives for expression Applying untyped:
62 Name: ?=?
63...to:
64 Address of:
65 Member Expression, with field:
66 i: instance of type P1 (not function type)
67 from aggregate:
68 Applying untyped:
69 Name: *?
70 ...to:
71 Variable Expression: _dst: pointer to instance of struct __anonymous0
72 Member Expression, with field:
73 i: instance of type P1 (not function type)
74 from aggregate:
75 Variable Expression: _src: instance of struct __anonymous0
76
77Error: No reasonable alternatives for expression Applying untyped:
78 Name: ?=?
79...to:
80 Address of:
81 Member Expression, with field:
82 j: instance of type P2 (not function type)
83 from aggregate:
84 Applying untyped:
85 Name: *?
86 ...to:
87 Variable Expression: _dst: pointer to instance of struct __anonymous0
88 Member Expression, with field:
89 j: instance of type P2 (not function type)
90 from aggregate:
91 Variable Expression: _src: instance of struct __anonymous0
92
93Error: No reasonable alternatives for expression Applying untyped:
94 Name: ?=?
95...to:
96 Address of:
97 Name: i
98 Name: 0
99
100Error: No reasonable alternatives for expression Applying untyped:
101 Name: twice
102...to:
103 Name: x
104
105Error: No reasonable alternatives for expression Applying untyped:
106 Name: min
107...to:
108constant expression 4.0 double constant expression 3.0 double
Note: See TracBrowser for help on using the repository browser.