aboutsummaryrefslogtreecommitdiff
path: root/test_cases/diff_tests/function/expected/methods_cc.o_o_plain
blob: b01a06f254e35e95fdf1adbcae4afcd3752a6825 (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
function symbol 'int Func::remove_par(struct Func*, int)' {_ZN4Func10remove_parEi} was removed

function symbol 'int Func::rename_old(struct Func*)' {_ZN4Func10rename_oldEv} was removed

function symbol 'int Func::change_par_type(struct Func*, int)' {_ZN4Func15change_par_typeEi} was removed

function symbol 'int Func::add_par(struct Func*)' {_ZN4Func7add_parEv} was removed

function symbol 'int Func::remove_par(struct Func*)' {_ZN4Func10remove_parEv} was added

function symbol 'int Func::rename_new(struct Func*)' {_ZN4Func10rename_newEv} was added

function symbol 'int Func::change_par_type(struct Func*, long)' {_ZN4Func15change_par_typeEl} was added

function symbol 'int Func::add_par(struct Func*, int)' {_ZN4Func7add_parEi} was added

function symbol 'int Func::change_par_name(struct Func*, int)' {_ZN4Func15change_par_nameEi} changed
  type 'int(struct Func*, int)' changed
    parameter 1 type 'struct Func*' changed
      pointed-to type 'struct Func' changed
        byte size changed from 4 to 8
        member changed from 'int x' to 'long x'
          type changed from 'int' to 'long'

function symbol changed from 'int Func::change_return_type(struct Func*)' {_ZN4Func18change_return_typeEv} to 'long Func::change_return_type(struct Func*)' {_ZN4Func18change_return_typeEv}
  type changed from 'int(struct Func*)' to 'long(struct Func*)'
    return type changed from 'int' to 'long'
    parameter 1 type 'struct Func*' changed
      pointed-to type 'struct Func' changed
        (already reported)

variable symbol 'struct Func var' changed
  type 'struct Func' changed
    (already reported)

exit code 4