From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4397A38708D4; Fri, 24 Mar 2023 12:40:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4397A38708D4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679661619; bh=T9LOVrb2QZsmTmlc5dwnHnh0SgEv4ORXXwsD6UmvBoQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RCPOmGDtzFwhYV3aDqPBe63hcOQNTFgUmveS+1aiKicb6KVyj0SKGQhqOWPhGxGk2 HNBtY146uju/AKZkzFnlNE2FxEigatJ6K9Xxy8zRy+y2hCpr7vufbB3zxygNLzxBUa 5p0HjCi7W4pYcezfsuvS9xEYwowD/DqAOS9OhQQ4= 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: Fri, 24 Mar 2023 12:40:18 +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 #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 already = when compiling typeinfo.lo?=