From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDE74384AB65; Thu, 16 May 2024 12:56:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDE74384AB65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715864217; bh=IgMY09wlgPsWDHc2yVEUQICoOkahJCfQ/VF0SFyw9XU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I6moIFiSDWdJJfAEGzzYXb2vHkv+TNKX2i07x/9y50nVWLtyNJ+sJbws2wyzXMR0l /o9csq4W2pA5yr/uCgDRH7L/uF6qP6en7w2+KCT/6U/qNNhUKByRD/bYCVZ48ZNrNb aXRErqfn+GxSnYPQ+5BFvEiWwJRPyhZDakZGQxjs= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114985] [15 regression] internal compiler error: in discriminator_fail during stage2 Date: Thu, 16 May 2024 12:56:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.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=3D114985 --- Comment #30 from Aldy Hernandez --- (In reply to Aldy Hernandez from comment #29) > > > gmake[3]: Leaving directory '/home/aldyh/bld/clean' > > > Comparing stages 2 and 3 > > > Bootstrap comparison failure! > > > gcc/tree-vect-stmts.o differs > >=20 > > I'm not seeing this myself. >=20 > Dunno. It could be the particular revision was broken?? Interestingly, I just did the following with latest trunk, and sparc bootstrapped and is running tests: configure && make -j128 && make check -j128 -k No --with-something-rather or path tweaks or --build=3Dblah. *shrugs*=