source: src/Tests/Expect-e/Subrange.txt@ 3cfe27f

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 3cfe27f 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.1 KB
Line 
1Error: No reasonable alternatives for expression Cast of:
2 Variable Expression: _dst: pointer to instance of type subrange (not function type)
3
4to:
5 pointer to instance of type base_t (not function type)
6
7Error: No reasonable alternatives for expression Name: low
8
9Error: No reasonable alternatives for expression Name: high
10
11Error: No reasonable alternatives for expression Cast of:
12 Applying untyped:
13 Name: lbound
14 ...to:
15 Name: day_of_month
16
17to:
18 unsigned int
19
20Error: No reasonable alternatives for expression Name: ?!=?
21
22Error: No reasonable alternatives for expression Cast of:
23 Name: target
24
25to:
26 instance of type subrange (not function type)
27 with parameters
28 instance of type T (not function type)
29 Name: low
30
31 Name: high
32
33
34
35Error: No reasonable alternatives for expression Name: ?!=?
36
37Error: No reasonable alternatives for expression Cast of:
38 Name: target
39
40to:
41 instance of type subrange (not function type)
42 with parameters
43 instance of type T (not function type)
44 Name: t_low
45
46 Name: t_high
47
48
49
Note: See TracBrowser for help on using the repository browser.