Ignore:
File:
1 edited

Legend:

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

    r107b01a rbf71cfd  
    1 warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Cast of:
     1warnings/self-assignment.c:29:1 warning: self assignment of expression: Cast of:
    22  Variable Expression: j: signed int
    33... to:
    44  reference to signed int
    5 warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Cast of:
    6   Variable Expression: s: instance of struct S with body 1
     5warnings/self-assignment.c:30:1 warning: self assignment of expression: Cast of:
     6  Variable Expression: s: instance of struct S with body 1 
    77... to:
    8   reference to instance of struct S with body 1
    9 warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Cast of:
    10   Member Expression, with field:
     8  reference to instance of struct S with body 1 
     9warnings/self-assignment.c:31:1 warning: self assignment of expression: Cast of:
     10  Member Expression, with field: 
    1111    i: signed int
    12   ... from aggregate:
    13     Variable Expression: s: instance of struct S with body 1
     12  ... from aggregate: 
     13    Variable Expression: s: instance of struct S with body 1 
    1414... to:
    1515  reference to signed int
    16 warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Cast of:
    17   Member Expression, with field:
     16warnings/self-assignment.c:32:1 warning: self assignment of expression: Cast of:
     17  Member Expression, with field: 
    1818    i: signed int
    19   ... from aggregate:
    20     Member Expression, with field:
    21       s: instance of struct S with body 1
    22     ... from aggregate:
    23       Variable Expression: t: instance of struct T with body 1
     19  ... from aggregate: 
     20    Member Expression, with field: 
     21      s: instance of struct S with body 1 
     22    ... from aggregate: 
     23      Variable Expression: t: instance of struct T with body 1 
    2424... to:
    2525  reference to signed int
Note: See TracChangeset for help on using the changeset viewer.