source: tests/meta/.expect/arch.x64.txt @ db19e1d

Last change on this file since db19e1d was db19e1d, checked in by Andrew Beach <ajbeach@…>, 45 hours ago

Changed the interpritation of () to be no parameters instead of any parameters. This had a lot of little changes because of this and some nearby clean-up. This includes some changes, including changing some generated functions to be fixed-args instead of variable-args, stripping out the place holder void parameter earlier, but it still shows up earlier in some cases that examine the parser directly. Also had to update the function generation tools. Have only tested with one --arch. Hopefully this all works out.

  • Property mode set to 100644
File size: 968 bytes
Line 
1meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression
2Explicit Cast of:
3  Name: FX64
4... to:
5  char
6... with resolved type:
7  char Alternatives are:
8Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
9      Variable Expression: FX64: double
10      ... with resolved type:
11        double
12    ... to:
13      char
14    ... with resolved type:
15      char
16  (types:
17    char
18  )
19  Environment:
20
21Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
22      Variable Expression: FX64: function
23      ... returning nothing
24
25      ... with resolved type:
26        pointer to function
27        ... returning nothing
28
29    ... to:
30      char
31    ... with resolved type:
32      char
33  (types:
34    char
35  )
36  Environment:
37
38Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
39      Variable Expression: FX64: signed int
40      ... with resolved type:
41        signed int
42    ... to:
43      char
44    ... with resolved type:
45      char
46  (types:
47    char
48  )
49  Environment:
50
51
Note: See TracBrowser for help on using the repository browser.