From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93573385040B; Thu, 23 Mar 2023 09:16:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93573385040B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679562963; bh=+bPRAP9nHN2kpgd9VB3Sddw0OZJhMHnweOQaICOHoZ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VKxGLJWAU8qDcn/IBL3tSLLoypikTdWFKk0RnmTyZfPxjfANM/fEkN9R1PYvHI5Q8 +PtqCNLmJ6loNjQo2/JMx7ZJiMJYnfYwmakCCAU+zpBhStZItxSpGEyWzSSckqqDTq k4ILJ9RWDZ7ffdbUXLnFaxP/RRF3SBMe7ST0wiuQ= From: "jakub at gcc dot gnu.org" 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 09:16:01 +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: jakub at gcc dot gnu.org 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 #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=3Dc,= c++,d --disable-libssp --disable-libsanitizer --disable-nls --with-gmp=3D/opt/csw --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/typeinfo.o is identical.=