Changeset 748877f for tests/meta


Ignore:
Timestamp:
Aug 4, 2024, 12:23:00 PM (18 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
7ab24fef
Parents:
a57ad8a (diff), 065de93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests/meta/.expect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/meta/.expect/arch.arm64.txt

    ra57ad8a r748877f  
    11meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression
    22Explicit Cast of:
    3   Name: FA64
     3  Name: FX64
    44... to:
    55  char
    66... with resolved type:
    77  char Alternatives are:
    8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    9       Variable Expression: FA64: double
     8Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     9      Variable Expression: FX64: double
    1010      ... with resolved type:
    1111        double
     
    1919  Environment:
    2020
    21 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    22       Variable Expression: FA64: function
     21Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     22      Variable Expression: FX64: function
    2323        accepting unspecified arguments
    2424      ... returning nothing
     
    3838  Environment:
    3939
    40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    41       Variable Expression: FA64: signed int
     40Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     41      Variable Expression: FX64: signed int
    4242      ... with resolved type:
    4343        signed int
  • tests/meta/.expect/arch.x86.txt

    ra57ad8a r748877f  
    66... with resolved type:
    77  char Alternatives are:
    8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     8Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    99      Variable Expression: FX86: double
    1010      ... with resolved type:
     
    1919  Environment:
    2020
    21 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     21Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    2222      Variable Expression: FX86: function
    2323        accepting unspecified arguments
     
    3838  Environment:
    3939
    40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     40 Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    4141      Variable Expression: FX86: signed int
    4242      ... with resolved type:
Note: See TracChangeset for help on using the changeset viewer.