aboutsummaryrefslogtreecommitdiff
path: root/test_cases/diff_tests/function/expected/static_vs_virtual_cc.o_o_plain
blob: ffd606e7b61496225d21311aac4970cdbde35b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
function symbol 'void VirtualToStatic::VirtualToStatic(struct VirtualToStatic*)' {_ZN15VirtualToStaticC2Ev} was removed

variable symbol '_ZTI15VirtualToStatic' was removed

variable symbol '_ZTS15VirtualToStatic' was removed

variable symbol '_ZTV15VirtualToStatic' was removed

function symbol 'void StaticToVirtual::StaticToVirtual(struct StaticToVirtual*)' {_ZN15StaticToVirtualC2Ev} was added

variable symbol '_ZTI15StaticToVirtual' was added

variable symbol '_ZTS15StaticToVirtual' was added

variable symbol '_ZTV15StaticToVirtual' was added

function symbol changed from 'int StaticToVirtual::print()' {_ZN15StaticToVirtual5printEv} to 'int StaticToVirtual::print(struct StaticToVirtual*)' {_ZN15StaticToVirtual5printEv}
  type changed from 'int()' to 'int(struct StaticToVirtual*)'
    parameter 1 of type 'struct StaticToVirtual*' was added

function symbol changed from 'int VirtualToStatic::print(struct VirtualToStatic*)' {_ZN15VirtualToStatic5printEv} to 'int VirtualToStatic::print()' {_ZN15VirtualToStatic5printEv}
  type changed from 'int(struct VirtualToStatic*)' to 'int()'
    parameter 1 of type 'struct VirtualToStatic*' was removed

variable symbol 'struct StaticToVirtual static_to_virtual' changed
  type 'struct StaticToVirtual' changed
    byte size changed from 4 to 16
    method 'int print(struct StaticToVirtual*)' was added
    member 'int(** _vptr$StaticToVirtual)()' was added
    member 'int m' changed
      offset changed from 0 to 64

variable symbol 'struct VirtualToStatic virtual_to_static' changed
  type 'struct VirtualToStatic' changed
    byte size changed from 16 to 4
    method 'int print(struct VirtualToStatic*)' was removed
    member 'int(** _vptr$VirtualToStatic)()' was removed
    member 'int m' changed
      offset changed from 64 to 0

exit code 4