From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C75A53858CDA; Sun, 26 May 2024 12:43:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C75A53858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716727391; bh=dfxzAYmvuoyAuLsH8FL4n7fHzdWEbqjCm/f4ICRrc3s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g/Uz80YubM/vP5lbnpGQ7WGCSaR0yTmjxZD1C02TwwzS3SXrJuuYcHYAWPi9pNt8I W1h3z2qYD1aZCyEdQImr4c3u19ILbsFB+f0XyWM6rCi7B5tXsxe2BZwEZdo393xwoV zuQlTGy5iLQWWtCAe9bqFrw9nip82DAtPuEHMtTk= From: "haochen.jiang at intel dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115208] [15 Regression] Memory consumption get extremely high after r15-807-gfae5e6a4dfcf92 Date: Sun, 26 May 2024 12:43:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: memory-hog X-Bugzilla-Severity: blocker X-Bugzilla-Who: haochen.jiang at intel dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D115208 Haochen Jiang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #10 from Haochen Jiang --- It also solved the issue for me. Thx!=