Changes in / [54f89d5:3c6480b7]
- Location:
- tests
- Files:
-
- 2 added
- 1 deleted
- 2 edited
-
errors/.expect/completeType.nast.x86.txt (added)
-
errors/.expect/completeType.oast.x86.txt (added)
-
errors/.expect/completeType.x86.txt (deleted)
-
meta/.expect/archVast.nast.x86.txt (modified) (2 diffs)
-
meta/.expect/archVast.oast.x86.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/meta/.expect/archVast.nast.x86.txt
r54f89d5 r3c6480b7 7 7 char Alternatives are: 8 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: FX86: signed int9 Variable Expression: FX86: double 10 10 ... with resolved type: 11 signed int11 double 12 12 ... to: 13 13 char … … 39 39 40 40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 41 Variable Expression: FX86: double41 Variable Expression: FX86: signed int 42 42 ... with resolved type: 43 double43 signed int 44 44 ... to: 45 45 char -
tests/meta/.expect/archVast.oast.x86.txt
r54f89d5 r3c6480b7 6 6 with resolved type: 7 7 char Alternatives are: 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: FX86: 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 8 21 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 22 Variable Expression: FX86: function … … 16 29 ... returning nothing 17 30 18 ... to:19 char20 with resolved type:21 char22 (types:23 char24 )25 Environment:26 27 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:28 Variable Expression: FX86: double29 with resolved type:30 double31 31 ... to: 32 32 char
Note:
See TracChangeset
for help on using the changeset viewer.