From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D425B3858021; Tue, 17 Nov 2020 15:14:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D425B3858021 From: "rsandifo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/97314] bootstrap failure on i686-linux-gnu with --enable-checking=yes,extra,rtl Date: Tue, 17 Nov 2020 15:14:49 +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: 10.2.1 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: rsandifo at gcc dot gnu.org 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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, 17 Nov 2020 15:14:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97314 rsandifo at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rsandifo at gcc dot gnu.org --- Comment #3 from rsandifo at gcc dot gnu.org --- I see the same thing for arm-linux-gnueabihf on trunk, also on insn-extract.o. It's specific to RTL checking for me too. I found it does work if I bootstrap with --enable-checking=3Dyes,extra, flip ENABLE_RTL_CHECKING to 1 in auto-host.h, and then recompile insn-extract.c. But it does take a large amount of VM: phase parsing : 51.10 ( 27%) 43.64 ( 74%) 94.74 ( 3= 8%)=20 1334M ( 73%) This used to work =E2=80=9Ca while ago=E2=80=9D but I don't know when it st= opped. The file has 9975 lines, 435KiB, but that's a bairn compared to some of the stuff we kick out. Perhaps it's just the sheer number of (nested) XEXP macro expansions?=