Changes in / [3c6480b7:54f89d5]
- Location:
- tests
- Files:
-
- 1 added
- 2 deleted
- 2 edited
-
errors/.expect/completeType.nast.x86.txt (deleted)
-
errors/.expect/completeType.oast.x86.txt (deleted)
-
errors/.expect/completeType.x86.txt (added)
-
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
r3c6480b7 r54f89d5 7 7 char Alternatives are: 8 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: FX86: double9 Variable Expression: FX86: signed int 10 10 ... with resolved type: 11 double11 signed int 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: signed int41 Variable Expression: FX86: double 42 42 ... with resolved type: 43 signed int43 double 44 44 ... to: 45 45 char -
tests/meta/.expect/archVast.oast.x86.txt
r3c6480b7 r54f89d5 7 7 char Alternatives are: 8 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: FX86: double 9 Variable Expression: FX86: function 10 accepting unspecified arguments 11 ... returning nothing 12 10 13 with resolved type: 11 double 14 pointer to function 15 accepting unspecified arguments 16 ... returning nothing 17 12 18 ... to: 13 19 char … … 20 26 21 27 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 22 Variable Expression: FX86: function 23 accepting unspecified arguments 24 ... returning nothing 25 28 Variable Expression: FX86: double 26 29 with resolved type: 27 pointer to function 28 accepting unspecified arguments 29 ... returning nothing 30 30 double 31 31 ... to: 32 32 char
Note:
See TracChangeset
for help on using the changeset viewer.