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

Last change on this file since db19e1d was db19e1d, checked in by Andrew Beach <ajbeach@…>, 2 days 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
RevLine 
[456215a]1meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression
[a2f2fda]2Explicit Cast of:
3  Name: FX64
4... to:
[1db306a]5  char
6... with resolved type:
[a2f2fda]7  char Alternatives are:
[bcb41f7]8Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
[2595df1]9      Variable Expression: FX64: double
[1db306a]10      ... with resolved type:
[2595df1]11        double
[a2f2fda]12    ... to:
13      char
[1db306a]14    ... with resolved type:
15      char
[a2f2fda]16  (types:
17    char
18  )
19  Environment:
20
[bcb41f7]21Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
[a2f2fda]22      Variable Expression: FX64: function
23      ... returning nothing
24
[1db306a]25      ... with resolved type:
26        pointer to function
27        ... returning nothing
28
[a2f2fda]29    ... to:
30      char
[1db306a]31    ... with resolved type:
32      char
[a2f2fda]33  (types:
34    char
35  )
36  Environment:
37
[bcb41f7]38Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
[2595df1]39      Variable Expression: FX64: signed int
[1db306a]40      ... with resolved type:
[2595df1]41        signed int
[a2f2fda]42    ... to:
43      char
[1db306a]44    ... with resolved type:
45      char
[a2f2fda]46  (types:
47    char
48  )
49  Environment:
50
51
Note: See TracBrowser for help on using the repository browser.