Ignore:
Timestamp:
Dec 16, 2023, 1:01:44 AM (7 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
b7898ac
Parents:
0fa0201d (diff), 69ab896 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests/raii/.expect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/raii/.expect/dtor-early-exit-ERR1.txt

    r0fa0201d r5546eee4  
    1 raii/dtor-early-exit.cfa:150:1 error: jump to label 'L1' crosses initialization of y Branch (Goto)
    2   with target: L1
    3   with original target: L1
    4 
     1raii/dtor-early-exit.cfa:150:1 error: jump to label "L1" crosses initialization of "y".
  • tests/raii/.expect/dtor-early-exit-ERR2.txt

    r0fa0201d r5546eee4  
    1 raii/dtor-early-exit.cfa:214:1 error: jump to label 'L2' crosses initialization of y Branch (Goto)
    2   with target: L2
    3   with original target: L2
    4 
     1raii/dtor-early-exit.cfa:214:1 error: jump to label "L2" crosses initialization of "y".
Note: See TracChangeset for help on using the changeset viewer.