ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
Last change
on this file since b1848a0 was d5b904d, checked in by Thierry Delisle <tdelisle@…>, 9 years ago |
fixed expected output for renamed files
|
-
Property mode
set to
100644
|
File size:
728 bytes
|
Line | |
---|
1 | CFA Version 1.0.0 (debug)
|
---|
2 | Error: Can't choose between alternatives for expression Cast of:
|
---|
3 | Name: f
|
---|
4 |
|
---|
5 | to:
|
---|
6 | char
|
---|
7 | Alternatives are: Cost ( 1, 0, 0 ): Cast of:
|
---|
8 | Variable Expression: f: function
|
---|
9 | accepting unspecified arguments
|
---|
10 | returning
|
---|
11 | nothing
|
---|
12 |
|
---|
13 |
|
---|
14 | to:
|
---|
15 | char
|
---|
16 | (types:
|
---|
17 | char
|
---|
18 | )
|
---|
19 | Environment:
|
---|
20 |
|
---|
21 | Cost ( 1, 0, 0 ): Cast of:
|
---|
22 | Variable Expression: f: signed int
|
---|
23 |
|
---|
24 | to:
|
---|
25 | char
|
---|
26 | (types:
|
---|
27 | char
|
---|
28 | )
|
---|
29 | Environment:
|
---|
30 |
|
---|
31 | Cost ( 1, 0, 0 ): Cast of:
|
---|
32 | Variable Expression: f: double
|
---|
33 |
|
---|
34 | to:
|
---|
35 | char
|
---|
36 | (types:
|
---|
37 | char
|
---|
38 | )
|
---|
39 | Environment:
|
---|
40 |
|
---|
41 |
|
---|
42 | make: *** [castError] Error 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.