From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BBF5C3858CDB; Tue, 2 Jan 2024 04:37:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BBF5C3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704170244; bh=Jrl20gT3xD9z9gtAYW5TgXMLIt9iUokae7+mM9ZSYvo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d6PZQ4m1c1ygqV0RU4ZHOO8VlUQvrRWIFhli03T7wJYEmwJnHtLlO6qKGWedgycY5 Y5LHOKgrHX9icceQzWcVZlSp4vooytNLPzfFVn+rKyFAkvja77kjiSOLclA/w+P6hr z8UyOLwaYY7Sxn578cWg/4xe34v3XGzv6lfPjMOo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113194] Hangup build ExtractAPIConsumer.cpp at -Og Date: Tue, 02 Jan 2024 04:37:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 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=3D113194 --- Comment #3 from Andrew Pinski --- There seems to be some high memory usage in the front-end though: template instantiation : 12.13 ( 29%) 4.33 ( 35%) 16.72 ( = 31%) 759M ( 44%) But other than that it works for me on x86_64.=