ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
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 189243c was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 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:
614 bytes
|
Rev | Line | |
---|
[b1d6dd5] | 1 | Error: Can't choose between alternatives for expression Cast of:
|
---|
| 2 | Name: f
|
---|
| 3 |
|
---|
| 4 | to:
|
---|
| 5 | char
|
---|
| 6 | Alternatives are: Cost ( 1, 0, 0 ): Cast of:
|
---|
| 7 | Variable Expression: f: signed int
|
---|
| 8 |
|
---|
| 9 | to:
|
---|
| 10 | char
|
---|
| 11 | (types:
|
---|
| 12 | char
|
---|
| 13 | )
|
---|
| 14 | Environment:
|
---|
| 15 |
|
---|
| 16 | Cost ( 1, 0, 0 ): Cast of:
|
---|
| 17 | Variable Expression: f: double
|
---|
| 18 |
|
---|
| 19 | to:
|
---|
| 20 | char
|
---|
| 21 | (types:
|
---|
| 22 | char
|
---|
| 23 | )
|
---|
| 24 | Environment:
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 | Error: No reasonable alternatives for expression Cast of:
|
---|
| 28 | Name: f
|
---|
| 29 |
|
---|
| 30 | to:
|
---|
| 31 | pointer to function
|
---|
| 32 | accepting unspecified arguments
|
---|
| 33 | returning
|
---|
| 34 | signed int
|
---|
| 35 |
|
---|
| 36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.