mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-03 07:52:04 +00:00
712320ab4c
* src/abg-comparison.cc (function_decl_diff::ensure_lookup_tables_populated): A parm change is valid only when the added parm has a different name from the removed parm. Both have the same index, of course. In that case, do not try to remove the corresponding parm sub-type change. * tests/data/test-bidiff/test-enum0-report.txt: Adjust. * tests/data/test-bidiff/test-enum1-report.txt: Adjust. * tests/data/test-bidiff/test-qual-type0-report.txt: Adjust. * tests/data/test-bidiff/test-struct0-report.txt: Adjust. * tests/data/test-diff-dwarf/test0-report.txt: Adjust. * tests/data/test-diff-dwarf/test1-report.txt: Adjust. * tests/data/test-diff-filter/test0-report.txt: Adjust. * tests/data/test-diff-filter/test01-report.txt: Adjust. * tests/data/test-diff-filter/test1-report.txt: Adjust. * tests/data/test-diff-filter/test2-report.txt: Adjust. * tests/data/test-diff-filter/test3-report.txt: Adjust. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
18 lines
613 B
Plaintext
18 lines
613 B
Plaintext
Functions changes summary: 0 Removed, 1 Changed, 0 Added function
|
|
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
|
|
|
|
1 function with some indirect sub-type change:
|
|
|
|
[C]'function void foo(const S&)' has some indirect sub-type changes:
|
|
parameter 0 of type 'const S&' has sub-type changes:
|
|
in unqualified underlying type 'S&':
|
|
in referenced type 'struct S':
|
|
size changed from 64 to 96 bits
|
|
1 data member change:
|
|
'int S::m1' offset changed from 32 to 64
|
|
|
|
1 data member insertion:
|
|
'unsigned int S::m01', at offset 32 (in bits)
|
|
|
|
|