From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73DF8385B538; Wed, 22 Mar 2023 16:55:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73DF8385B538 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679504151; bh=z1EX4O0U73XQvIv9etmTrpUQyDJc8w1VwDvLPCjsiBI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NvEQ3Cpq+KqdA2IkvcIViSCRNVl9s2tZOOIU92GP4LTN6YMm7fFH0aQzIZydJ1yj5 8Qg19k7SfmZGRzvucJbkVta5tK+H2jglB/bUe8j7StLFMewVYDDap2hG+9k4FnUkgv 1QDaEdxQQ/7Xo2Hs9KqZmmzgGyZk/3KYmD03haS0= 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: Wed, 22 Mar 2023 16:55:51 +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 #13 from Jakub Jelinek --- I found I could perhaps use gcc211 on CompilerFarm to try to reproduce it, currently building GCC 11 for working GDC there. What exact configure should I use for the trunk gcc? For gcc 11 I'm trying ../configure --prefix=3D/export/home/jakub/gcc-11-inst --enable-languages= =3Dc,c++,d --disable-libssp --disable-nls --enable-threads=3Dposix --with-gmp=3D/opt/c= sw --with-included-gettext --with-ld=3D/opt/csw/bin/gld --with-gnu-ld --with-as=3D/opt/csw/bin/gas --with-gnu-as --with-libiconv-prefix=3D/opt/csw --with-mpfr=3D/opt/csw --with-system-zlib=3D/opt/csw --enable-libphobos --disable-bootstrap=