https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118802
--- Comment #1 from Sam James <sjames at gcc dot gnu.org> --- The differences are odd. ``` $ diffoscope ./work/build/stage2-x86_64-pc-linux-gnu/32/libphobos/libdruntime/core/internal/gc/impl/conservative/gc.o ./work/build/stage3-x86_64-pc-linux-gnu/32/libphobos/libdruntime/core/internal/gc/impl/conservative/gc.o [...] │ -Relocation section '.rel.data.rel.ro._D52TypeInfo_S4core8internal2gc4impl12conservativeQw3Gcx6__initZ' at offset 0x3d1b8 contains 7 entries: │ +Relocation section '.rel.data.rel.ro._D52TypeInfo_S4core8internal2gc4impl12conservativeQw3Gcx6__initZ' at offset 0x3d1b8 contains 6 entries: │ Offset Info Type Sym. Value Symbol's Name │ 00000000 0003ad01 R_386_32 00000000 _D15TypeInfo_Struct6__vtblZ │ 0000000c 00039701 R_386_32 00000000 _D52TypeInfo_S4core8internal2gc4impl12conservativeQw3Gcx6__initZ.3363 │ -00000014 0003f001 R_386_32 00000000 _D4core8internal2gc4impl12conservativeQw3Gcx6__initZ │ 00000018 0001ba01 R_386_32 00000000 _D4core8internal2gc4impl12conservativeQw3Gcx9__xtoHashFNbNeKxSQCiQCgQCaQCaQByQCjQBoZk │ 0000001c 0001d601 R_386_32 00000000 _D4core8internal2gc4impl12conservativeQw3Gcx11__xopEqualsMxFKxSQCjQChQCbQCbQBzQCkQBpZb │ 0000002c 00030e01 R_386_32 00000000 _D4core8internal2gc4impl12conservativeQw3Gcx11__fieldDtorMFNbNiZv │ 00000038 0003d101 R_386_32 00000000 _D6object__T10RTInfoImplVAkA8i896i0i268432393i32766i2i2i131074i0ZQCbyG8k [...] ```