From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC6413858422; Fri, 24 Mar 2023 13:08:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC6413858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679663333; bh=b7xK/6KBqjtqJfmSH6iQDPbOKmrtAYdRq69Ff+AhqyU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n2B86uaE7Nj8ItV7H3oc7evedODwnGsk/jTPgfwZv2NKHnbxi5O8dHdBtN3YQDpyg KJOoCucF6hFuZNbHi5uPMFbsGi1xm4FICYSxP5y/+qgDsPMwa2ckDfT8nOI5O600g3 i0tWH5vORxLUw/LrSVQ1l8+kwd53pjkRbC0eJc8g= 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: Fri, 24 Mar 2023 13:08:53 +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 #21 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #20 from Jakub Jelinek --- > Tried valgrind on the cross d21 on x86_64 and didn't see anything. > Perhaps modify the makefiles such that it uses -fdump-tree-all -da alread= y when > compiling typeinfo.lo? I'll give that a whirl. However, my SPARC box is pretty busy right now with the weekly bootstraps, so this will be later this weekend only. In the meantime, I try to reproduce the issue on gcc211.=