source: src/Tests/Expect-e/Subrange.txt @ 68cd1ce

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 68cd1ce 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.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.