From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7DF953858D28; Thu, 4 May 2023 01:53:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7DF953858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683165218; bh=piNIddnxFk98oEfGFPWzWPYxTtsj2MXw1gxMnWJO+Q0=; h=From:To:Subject:Date:From; b=Tcynvdp/i/+E28kUo2BM2N7EN7jISFRSvVI1I3ov9J8FV1IeoASvGolhNLB+HfiI1 WCey83Z7BnuyOOaC1ib2bW+BPBR7094ciYbPsHTMt3k3d+99KLpIxbMKeU71SwyRfJ sUP67c+B3oxpUWEKY5Y8ps2OkbRT1+CJUNTriAZM= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109724] New: [10 regression] Huge memory usage when building qtwebengine's SkOpAngle.cpp Date: Thu, 04 May 2023 01:53:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.4.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: 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=3D109724 Bug ID: 109724 Summary: [10 regression] Huge memory usage when building qtwebengine's SkOpAngle.cpp Product: gcc Version: 10.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Created attachment 54988 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54988&action=3Dedit SkOpAngle.ii.xz Originally reported downstream in Gentoo at https://bugs.gentoo.org/905634.= =20 Matthew Ogilvie reports that 10.4.1 20230119 (18bc39a4c83f8d59175061a58637de9f4b2a54d4) is OK, but 10.4.1 20230426 (db0b8927d663cf54ad13dc2629ec195e3883d0d0) is not. releases/gcc-10 is bad too. --- ``` $ g++ -O2 /tmp/SkOpAngle.ii -c [consumes a huge amount of memory quite quickly and takes a long time to compile, OOMs before I can complete compilation (it may not even terminate?= )] ``` ---- Bisect says 051f78a5c1d6994c10ee7c35453ff0ccee94e5c6 is the first bad commit commit 051f78a5c1d6994c10ee7c35453ff0ccee94e5c6 Author: Richard Biener Date: Fri Sep 2 13:36:13 2022 +0200 tree-optimization/106809 - compile time hog in VN i.e. r10-11201-g051f78a5c1d699.=