Ignore:
Timestamp:
Dec 15, 2024, 10:14:13 PM (2 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d344a63, f9a0dd0
Parents:
a16f2b6
Message:

update tests for attribute and semantic warnings

File:
1 edited

Legend:

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

    ra16f2b6 r0497b6ba  
    77  reference to signed int
    88... with resolved type:
    9   reference to signed int
     9  reference to signed int.
    1010warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of:
    1111  Variable Expression: s: instance of struct S with body
     
    1515  reference to instance of struct S with body
    1616... with resolved type:
    17   reference to instance of struct S with body
     17  reference to instance of struct S with body.
    1818warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of:
    1919  Member Expression, with field:
     
    2828  reference to signed int
    2929... with resolved type:
    30   reference to signed int
     30  reference to signed int.
    3131warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Generated Cast of:
    3232  Member Expression, with field:
     
    4646  reference to signed int
    4747... with resolved type:
    48   reference to signed int
     48  reference to signed int.
Note: See TracChangeset for help on using the changeset viewer.