Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/raii/.expect/ctor-autogen-ERR1.txt

    r107b01a rbf71cfd  
    1 raii/ctor-autogen.cfa:102:1 error: Unique best alternative includes deleted identifier in Cast of:
     1raii/ctor-autogen.c:102:1 error: Unique best alternative includes deleted identifier in Cast of:
    22  Application of
    33    Deleted Expression
    44      Variable Expression: ?{}: static inline function
    55      ... with parameters
    6         _dst: reference to instance of struct Managed with body 1
     6        _dst: reference to instance of struct Managed with body 1 
    77        x: signed int
    8       ... returning nothing
     8      ... returning nothing 
    99
    1010      ... deleted by: ?{}: function
    1111      ... with parameters
    12         m: reference to instance of struct Managed with body 1
    13       ... returning nothing
    14       ... with body
     12        m: reference to instance of struct Managed with body 1 
     13      ... returning nothing 
     14      ... with body 
    1515        CompoundStmt
    1616          Expression Statement:
     
    2020                intrinsic reference to signed int
    2121                intrinsic signed int
    22               ... returning
     22              ... returning 
    2323                _retval__operator_assign: signed int
    24                 ... with attributes:
     24                ... with attributes: 
    2525                  Attribute with name: unused
    2626
     
    2828            ... to arguments
    2929              Cast of:
    30                 Member Expression, with field:
     30                Member Expression, with field: 
    3131                  x: signed int
    32                 ... from aggregate:
     32                ... from aggregate: 
    3333                  Cast of:
    34                     Variable Expression: m: reference to instance of struct Managed with body 1
     34                    Variable Expression: m: reference to instance of struct Managed with body 1 
    3535                  ... to:
    36                     instance of struct Managed with body 1
     36                    instance of struct Managed with body 1 
    3737              ... to:
    3838                reference to signed int
     
    4949  ... to arguments
    5050    Cast of:
    51       Variable Expression: x: instance of struct Managed with body 1
     51      Variable Expression: x: instance of struct Managed with body 1 
    5252    ... to:
    53       reference to instance of struct Managed with body 1
     53      reference to instance of struct Managed with body 1 
    5454    constant expression (123 123: signed int)
    5555
Note: See TracChangeset for help on using the changeset viewer.