aboutsummaryrefslogtreecommitdiff
path: root/test_cases/diff_tests/composite/expected/virtual_only_base_class_cc.o_o_flat
blob: b09dbed7c0e423eba56b56714519dc45378c71d7 (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
function symbol 'int Y::g(struct Y*)' {_ZN1Y1gEv} was added

function symbol 'int fun(struct X&)' {_Z3funR1X} changed
  type 'int(struct X&)' changed
    parameter 1 type 'struct X&' changed
      referred-to type 'struct X' changed

function symbol 'void X::X(struct X*)' {_ZN1XC2Ev} changed
  type 'void(struct X*)' changed
    parameter 1 type 'struct X*' changed
      pointed-to type 'struct X' changed

function symbol 'int Y::f(struct Y*)' {_ZN1Y1fEv} changed
  type 'int(struct Y*)' changed
    parameter 1 type 'struct Y*' changed
      pointed-to type 'struct Y' changed

function symbol 'void Y::Y(struct Y*)' {_ZN1YC2Ev} changed
  type 'void(struct Y*)' changed
    parameter 1 type 'struct Y*' changed
      pointed-to type 'struct Y' changed

type 'struct X' changed
  method 'int f(struct X*)' changed
    type 'int(struct X*)' changed
      parameter 1 type 'struct X*' changed
        pointed-to type 'struct X' changed
  method 'int g(struct X*)' was added

type 'struct Y' changed
  base class 'struct X' changed
    type 'struct X' changed
  method 'int f(struct Y*)' changed
    type 'int(struct Y*)' changed
      parameter 1 type 'struct Y*' changed
        pointed-to type 'struct Y' changed
  method 'int g(struct Y*)' was added

exit code 4