From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB2EA3858C50; Thu, 26 Jan 2023 07:21:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB2EA3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674717705; bh=5p9OYfBxA09/eVn3g3lzeVPRgoWwjJePmXeCHopYCp4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RJXEPYTzl8XyQb+uiq9w2i+VktP4gLa5hmcOurxmDWUEorGDOlTQ7sPMfg555Gl4T MQgAJFRi1NPXAF2r0G4xBwonAU44sKqdX94b87SezTbwAcMS845VQLfP5c3GYGm8BF Dd0biNsqTWgpBasfv8k2edM8GF48gqJ1oDIS6S58= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108523] [13 Regression] -O1 -fcode-hoisting causes long compilation time ? Date: Thu, 26 Jan 2023 07:21:45 +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: 13.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D108523 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-reduction | --- Comment #17 from Richard Biener --- Thanks a lot!=