source: src/Tests/Expect-f/Scope.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.7 KB
Line 
1There are 1 alternatives
2Alternative 1 ==============
3instance of type x (not function type)
4
5There are 1 alternatives
6Alternative 1 ==============
7instance of type t (not function type)
8
9Error: No reasonable alternatives for expression Applying untyped:
10    Name: ?=?
11...to:
12    Address of:
13      Member Expression, with field:
14        a: signed int
15      from aggregate:
16        Applying untyped:
17            Name: *?
18        ...to:
19            Variable Expression: _dst: pointer to instance of struct __anonymous0
20    Member Expression, with field:
21      a: signed int
22    from aggregate:
23      Variable Expression: _src: instance of struct __anonymous0
24
25Error: No reasonable alternatives for expression Applying untyped:
26    Name: ?=?
27...to:
28    Address of:
29      Member Expression, with field:
30        b: double
31      from aggregate:
32        Applying untyped:
33            Name: *?
34        ...to:
35            Variable Expression: _dst: pointer to instance of struct __anonymous0
36    Member Expression, with field:
37      b: double
38    from aggregate:
39      Variable Expression: _src: instance of struct __anonymous0
40
41Error: No reasonable alternatives for expression Applying untyped:
42    Name: ?=?
43...to:
44    Address of:
45      Name: u
46    Name: y
47
48Error: No reasonable alternatives for expression Applying untyped:
49    Name: ?=?
50...to:
51    Address of:
52      Name: z
53    Name: x
54
55Error: No reasonable alternatives for expression Applying untyped:
56    Name: ?=?
57...to:
58    Address of:
59      Name: x
60    Name: y
61
62Error: No reasonable alternatives for expression Applying untyped:
63    Name: ?=?
64...to:
65    Address of:
66      Name: q
67    Name: y
68
69Error: No reasonable alternatives for expression Name: some_func
70
Note: See TracBrowser for help on using the repository browser.