Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/init1-ERROR.oast.txt

    rcd6a6ff r5c028ac  
    11error: No reasonable alternatives for expression Untyped Init Expression
    2   Name: cpx  InitAlternative: pointer to float
     2  Name: rx  InitAlternative: reference to signed int
     3error: No reasonable alternatives for expression Untyped Init Expression
     4  Name: px  InitAlternative: pointer to signed int
    35error: No reasonable alternatives for expression Untyped Init Expression
    46  Name: crx  InitAlternative: reference to float
    57error: No reasonable alternatives for expression Untyped Init Expression
    6   Name: px  InitAlternative: pointer to signed int
    7 error: No reasonable alternatives for expression Untyped Init Expression
    8   Name: rx  InitAlternative: reference to signed int
     8  Name: cpx  InitAlternative: pointer to float
    99init1.cfa:104:1 error: No reasonable alternatives for expression Generated Cast of:
    1010  Name: rx
    1111... to:
    12   reference to signed int
    13 with resolved type:
    1412  reference to signed int
    1513init1.cfa:107:1 error: No reasonable alternatives for expression Applying untyped:
     
    1816  Generated Cast of:
    1917    Variable Expression: _retval_f_py: pointer to signed int
    20     with resolved type:
    21       pointer to signed int
    2218  ... to:
    23     reference to pointer to signed int
    24   with resolved type:
    2519    reference to pointer to signed int
    2620  Name: px
     
    3024... to:
    3125  reference to float
    32 with resolved type:
    33   reference to float
    3426init1.cfa:117:1 error: No reasonable alternatives for expression Applying untyped:
    3527  Name: ?{}
     
    3729  Generated Cast of:
    3830    Variable Expression: _retval_f_py2: pointer to float
    39     with resolved type:
    40       pointer to float
    4131  ... to:
    42     reference to pointer to float
    43   with resolved type:
    4432    reference to pointer to float
    4533  Name: cpx
     
    4937... to:
    5038  reference to instance of type T (not function type)
    51 with resolved type:
    52   reference to instance of type T (not function type)
    5339init1.cfa:128:1 error: No reasonable alternatives for expression Applying untyped:
    5440  Name: ?{}
     
    5642  Generated Cast of:
    5743    Variable Expression: _retval_anycvt: pointer to instance of type T (not function type)
    58     with resolved type:
    59       pointer to instance of type T (not function type)
    6044  ... to:
    61     reference to pointer to instance of type T (not function type)
    62   with resolved type:
    6345    reference to pointer to instance of type T (not function type)
    6446  Name: s
Note: See TracChangeset for help on using the changeset viewer.