1Functions changes summary: 1 Removed, 2 Changed, 1 Added functions 2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 3 41 Removed function: 5 6 [D] 'method virtual int non_defined_class::virtual_func_to_be_removed()' {_ZN17non_defined_class26virtual_func_to_be_removedEv} 7 note that this removes an entry from the vtable of class non_defined_class 8 91 Added function: 10 11 [A] 'method virtual int non_defined_class::virtual_func_inserted()' {_ZN17non_defined_class21virtual_func_insertedEv} 12 note that this adds a new entry to the vtable of class non_defined_class 13 142 functions with some indirect sub-type change: 15 16 [C] 'method virtual int non_defined_class::virtual_func0()' at test30-priv-lib-v1.h:15:1 has some indirect sub-type changes: 17 the vtable offset of method virtual int non_defined_class::virtual_func0() changed from 3 to 4 18 note that this is an ABI incompatible change to the vtable of class non_defined_class 19 20 [C] 'function int public_function(S*)' at test30-pub-lib-v1.cc:22:1 has some indirect sub-type changes: 21 parameter 1 of type 'S*' has sub-type changes: 22 in pointed to type 'class S' at test30-pub-lib-v1.h:1:1: 23 type size hasn't changed 24 1 data member change: 25 type of 'S::priv_type* priv' changed: 26 in pointed to type 'class S::priv_type' at test30-pub-lib-v1.cc:14:1: 27 type size changed from 64 to 128 (in bits) 28 1 data member insertion: 29 'int member1', at offset 64 (in bits) at test30-pub-lib-v1.cc:18:1 30 31