source: tests/raii/.expect/ctor-autogen-ERR1.txt@ 207c7330

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since 207c7330 was 207c7330, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Updated expected output after removal of 'with resolved type'

  • Property mode set to 100644
File size: 1.8 KB
Line 
1raii/ctor-autogen.cfa:102:1 error: Unique best alternative includes deleted identifier in Generated Cast of:
2 Application of
3 Deleted Expression
4 Variable Expression: ?{}: static inline function
5 ... with parameters
6 _dst: reference to instance of struct Managed with body 1
7 x: signed int
8 ... returning nothing
9
10 ... deleted by: ?{}: function
11 ... with parameters
12 m: reference to instance of struct Managed with body 1
13 ... returning nothing
14 ... with body
15 CompoundStmt
16 Expression Statement:
17 Application of
18 Variable Expression: ?=?: function
19 ... with parameters
20 intrinsic reference to signed int
21 intrinsic signed int
22 ... returning
23 _retval__operator_assign: signed int
24 ... with attributes:
25 Attribute with name: unused
26
27
28 ... to arguments
29 Generated Cast of:
30 Member Expression, with field:
31 x: signed int
32 ... from aggregate:
33 Generated Cast of:
34 Variable Expression: m: reference to instance of struct Managed with body 1
35 ... to:
36 instance of struct Managed with body 1
37 ... to:
38 reference to signed int
39 Generated Cast of:
40 constant expression (0 0: zero_t)
41 ... to:
42 signed int
43
44 ... with environment:
45 Types:
46 Non-types:
47
48
49 ... to arguments
50 Generated Cast of:
51 Variable Expression: x: instance of struct Managed with body 1
52 ... to:
53 reference to instance of struct Managed with body 1
54 constant expression (123 123: signed int)
55
56... to: nothing
Note: See TracBrowser for help on using the repository browser.