From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1AA3385840F; Thu, 23 Mar 2023 12:32:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1AA3385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679574727; bh=UouXAJWij6CYXqaNitI6k/BwqDn4XSzDazVMjUr/1hM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CDe6irW03WdL21iGaszsWa2twZZPsKKn3NsxJvvwl2Sq7rlrlOxy/p1GlD5aGGYk7 xVOng6wgBeWg6s0S5SaS1mCPKLl/Rn9ICBI6riKJeamgSIwTcmn2LlF1s8BOI8ymoJ jrD+Tp7cddgPHKlR+YG2ag/caQ8lwGSFs4hxfeV8= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/109231] [13 regression] Comparison failure in libphobos/libdruntime/rt/util/typeinfo.o Date: Thu, 23 Mar 2023 12:32:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109231 --- Comment #19 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #16 from Jakub Jelinek --- > Used > PATH=3D/export/home/jakub/gcc-11-inst/bin:$PATH > LD_LIBRARY_PATH=3D/export/home/jakub/gcc-11-inst/lib/ CC=3D'gcc > -L/export/home/jakub/gcc-11-inst/lib -R/export/home/jakub/gcc-11-inst/lib= /' > CXX=3D'g++ -L/export/home/jakub/gcc-11-inst/lib > -R/export/home/jakub/gcc-11-inst/lib/' GDC=3D'gdc > -L/export/home/jakub/gcc-11-inst/lib -R/export/home/jakub/gcc-11-inst/lib= /' > ../configure --prefix=3D/export/home/jakub/gcc-inst --enable-languages=3D= c,c++,d > --disable-libssp --disable-libsanitizer --disable-nls --with-gmp=3D/opt/c= sw > --with-ld=3D/usr/ccs/bin/ld --without-gnu-ld --with-as=3D/opt/csw/bin/gas > --with-gnu-as --with-libiconv-prefix=3D/opt/csw --with-mpfr=3D/opt/csw > --enable-libphobos --disable-multilib --enable-obsolete > in the end, which worked, but unfortunately I can't reproduce, gobjdump -= dr > on > {prev-,}sparc-sun-solaris2.11/libphobos/libdruntime/rt/util/typeinfo.o > and > {prev-,}sparc-sun-solaris2.11/libphobos/libdruntime/rt/util/.libs/typeinf= o.o > is identical. I haven't yet been able to reproduce the comparison failure: while last night's trunk bootstrap with gas failed again with the typeinfo.o comparison failure, when I try to rerun make GDCFLAGS=3D'-g -O2 -save-temps -fdump-tree-optimized -da' rt/util/typeinfo.lo in the stage 2 and stage 3 sparc-sun-solaris2.11/libphobos/libdruntime (each time with all the stage directories restored to their unprefixed names at the toplevel), I didn't get that difference. Very weird: might be some memory corruption issue somewhere, influenced by the exact environment variables used during the build e.g. I have no idea how to actually trace this down, though.=