Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/warnings/.expect/self-assignment.nast.txt

    rcd6a6ff r4a359e2  
    11warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Generated Cast of:
    22  Variable Expression: j: signed int
    3   ... with resolved type:
    4     signed int
    53... to:
    6   reference to signed int
    7 ... with resolved type:
    84  reference to signed int
    95warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of:
    106  Variable Expression: s: instance of struct S with body
    11   ... with resolved type:
    12     instance of struct S with body
    137... to:
    14   reference to instance of struct S with body
    15 ... with resolved type:
    168  reference to instance of struct S with body
    179warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of:
     
    2012  ... from aggregate:
    2113    Variable Expression: s: instance of struct S with body
    22     ... with resolved type:
    23       instance of struct S with body
    24   ... with resolved type:
    25     signed int
    2614... to:
    27   reference to signed int
    28 ... with resolved type:
    2915  reference to signed int
    3016warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Generated Cast of:
     
    3622    ... from aggregate:
    3723      Variable Expression: t: instance of struct T with body
    38       ... with resolved type:
    39         instance of struct T with body
    40     ... with resolved type:
    41       instance of struct S with body
    42   ... with resolved type:
    43     signed int
    4424... to:
    45   reference to signed int
    46 ... with resolved type:
    4725  reference to signed int
    4826warnings/self-assignment.cfa: In function '_X4mainFi___1':
Note: See TracChangeset for help on using the changeset viewer.