From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7CD903952007; Tue, 4 May 2021 11:03:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CD903952007 From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/100373] [12 Regression] Darwin, Compare-debug fail after r12-248-gb58dc0b803057 Date: Tue, 04 May 2021 11:03:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 11:03:25 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100373 --- Comment #5 from rguenther at suse dot de --- On Tue, 4 May 2021, iains at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100373 >=20 > --- Comment #4 from Iain Sandoe --- > (In reply to Iain Sandoe from comment #3) > > (In reply to Richard Biener from comment #2) > > > Doesn't reproduce on x86_64-linux with bootstrapping with in-tree mpf= r 4.1.0 > >=20 > > it might well be some corner-case, but Darwin is PIC by default, so it = might > > be worth trying --with-pic ? >=20 > and -gstrict-dwarf, -gdwarf-2 That shouldn't really matter. If you have preprocessed source of a miscomparing object and you can reproduce with that and -fcompare-debug + options that would be a good first step. Then creduce the result and look where it differs in code generation.=