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
|
Functions changes summary: 0 Removed, 3 Changed, 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
3 functions with some indirect sub-type change:
[C] 'function int bar(S2*)' has some indirect sub-type changes:
parameter 1 of type 'S2*' has sub-type changes:
in pointed to type 'struct S2':
type size changed from 96 to 64 (in bits)
1 data member deletion:
'int to_remove', at offset 0 (in bits)
2 data member changes:
'int m0' offset changed from 32 to 0 (in bits) (by -32 bits)
'char m1' offset changed from 64 to 32 (in bits) (by -32 bits)
[C] 'function int baz(S3*)' has some indirect sub-type changes:
parameter 1 of type 'S3*' has sub-type changes:
in pointed to type 'struct S3':
type size hasn't changed
1 data member change:
type of 'int to_change' changed:
type name changed from 'int' to 'unsigned int'
type size hasn't changed
[C] 'function int foo(S1*)' has some indirect sub-type changes:
parameter 1 of type 'S1*' has sub-type changes:
in pointed to type 'struct S1':
type size changed from 64 to 128 (in bits)
1 data member insertion:
'long long int inserted_member', at offset 0 (in bits)
2 data member changes:
'int m0' offset changed from 0 to 64 (in bits) (by +64 bits)
'char m1' offset changed from 32 to 96 (in bits) (by +64 bits)
|