From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D9C72385841A; Thu, 30 Sep 2021 06:22:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9C72385841A From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/102527] [12 regression] out of memory compiling insn-emit.c Date: Thu, 30 Sep 2021 06:22:41 +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: 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: 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: Thu, 30 Sep 2021 06:22:42 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102527 --- Comment #12 from Aldy Hernandez --- (In reply to Aldy Hernandez from comment #11) > This looks mighty suspicious ;-) >=20 > diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c > index 69a3ab0ea9d..c24c67f8874 100644 > --- a/gcc/tree-vrp.c > +++ b/gcc/tree-vrp.c > @@ -4408,6 +4408,7 @@ hybrid_threader::~hybrid_threader () > delete m_threader; > delete m_state; > delete m_ranger; > + delete m_query; >=20 > scev_finalize (); > loop_optimizer_finalize (); FWIW, all the patches so far proposed have been pushed to trunk, if you wan= t to try again.=