Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/castError.txt

    rb9afb1e r08222c7  
    1 castError.cfa:21:1 error: Cannot choose between 3 alternatives for expression
    2 Explicit Cast of:
     1castError.cfa:7:1 error: Cannot choose between 3 alternatives for expression
     2Cast of:
    33  Name: f
    44... to:
    55  char Alternatives are:
    6 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     6Cost ( 1, 0, 0, 0 ): Cast of:
    77     Variable Expression: f: function
    88       accepting unspecified arguments
     
    1616 Environment:
    1717
    18 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     18Cost ( 1, 0, 0, 0 ): Cast of:
    1919     Variable Expression: f: double
    2020   ... to:
     
    2525 Environment:
    2626
    27 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     27Cost ( 1, 0, 0, 0 ): Cast of:
    2828     Variable Expression: f: signed int
    2929   ... to:
     
    3535
    3636
    37 castError.cfa:26:1 error: Cannot choose between 2 alternatives for expression
    38 Generated Cast of:
    39   Comma Expression:
    40     constant expression (3 3: signed int)
    41     Name: v
    42 ... to: nothing Alternatives are:
    43 Cost ( 0, 0, 2, 0, 0, 0, 0 ): Generated Cast of:
    44      Comma Expression:
    45        constant expression (3 3: signed int)
    46        Variable Expression: v: unsigned char
    47    ... to: nothing
    48  (types:
    49    void
    50  )
    51  Environment:
    52 
    53 Cost ( 0, 0, 2, 0, 0, 0, 0 ): Generated Cast of:
    54      Comma Expression:
    55        constant expression (3 3: signed int)
    56        Variable Expression: v: signed short int
    57    ... to: nothing
    58  (types:
    59    void
    60  )
    61  Environment:
    62 
    63 
Note: See TracChangeset for help on using the changeset viewer.