From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DABF3858D35; Thu, 30 Jul 2020 07:25:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DABF3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1596093957; bh=Vn8xF7DZRsIN9qGiSIJKJdvlS3VJncp/XFzYkGyU3Pg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KZrYlMtUuu5WfPOciZtOPPTWnVhZ2Y90vnqHKA5wmAFbVGGZ+QVbw3YMDHCsHtOIc BqGLsIKHkgcQj24v1nY2mI89SiGwa6bC4QyO3aElX4qUeHANMeyBCVC3YJ7RIZflTf xZuvy6Wf7VFvOAzq6wWgZs7RNE6HSh+oZuTMaM+k= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/96388] scheduling takes forever with -fPIC Date: Thu, 30 Jul 2020 07:25:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: compile-time-hog, memory-hog, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: cf_known_to_fail 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 Jul 2020 07:25:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96388 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |9.1.0 --- Comment #3 from Richard Biener --- Bisection with ulimit -v 1000000 (1GB) should work I guess.=