libabigail/tests/data/test-bidiff/test-struct0-report.txt
Dodji Seketeli 712320ab4c Do not forget parm sub-type changes as opposed to parm changes
* 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>
2014-04-03 16:52:14 +02:00

19 lines
623 B
Plaintext

2 changed types:
'class s0' changed:
size changed from 64 to 96 bits
1 data member change:
type of 'char s0::m1' changed:
name changed from 'char' to 'unsigned int'
size changed from 8 to 32 bits
alignment changed from 8 to 32 bits
1 data member insertion:
'char s0::m2', at offset 64 (in bits)
's0&' changed:
referenced type 'class s0' changed, as reported earlier
1 changed declaration:
'function int foo(s0&)' was changed to 'function int foo(s0&)':
parameter 0 of type 's0&' has sub-type changes:
referenced type 'class s0' changed, as reported earlier