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 ab60d6d 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:
1.7 KB
|
Rev | Line | |
---|
[b1d6dd5] | 1 | There are 1 alternatives
|
---|
| 2 | Alternative 1 ==============
|
---|
| 3 | instance of type x (not function type)
|
---|
| 4 |
|
---|
| 5 | There are 1 alternatives
|
---|
| 6 | Alternative 1 ==============
|
---|
| 7 | instance of type t (not function type)
|
---|
| 8 |
|
---|
| 9 | Error: 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 |
|
---|
| 25 | Error: 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 |
|
---|
| 41 | Error: No reasonable alternatives for expression Applying untyped:
|
---|
| 42 | Name: ?=?
|
---|
| 43 | ...to:
|
---|
| 44 | Address of:
|
---|
| 45 | Name: u
|
---|
| 46 | Name: y
|
---|
| 47 |
|
---|
| 48 | Error: No reasonable alternatives for expression Applying untyped:
|
---|
| 49 | Name: ?=?
|
---|
| 50 | ...to:
|
---|
| 51 | Address of:
|
---|
| 52 | Name: z
|
---|
| 53 | Name: x
|
---|
| 54 |
|
---|
| 55 | Error: No reasonable alternatives for expression Applying untyped:
|
---|
| 56 | Name: ?=?
|
---|
| 57 | ...to:
|
---|
| 58 | Address of:
|
---|
| 59 | Name: x
|
---|
| 60 | Name: y
|
---|
| 61 |
|
---|
| 62 | Error: No reasonable alternatives for expression Applying untyped:
|
---|
| 63 | Name: ?=?
|
---|
| 64 | ...to:
|
---|
| 65 | Address of:
|
---|
| 66 | Name: q
|
---|
| 67 | Name: y
|
---|
| 68 |
|
---|
| 69 | Error: No reasonable alternatives for expression Name: some_func
|
---|
| 70 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.