From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 13E67386EC79; Wed, 22 Apr 2020 14:48:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13E67386EC79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587566921; bh=lr4dh7P80VskFFrdcUXpr1cb805qPFEqbA2HQpYgsGY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XuvKnOfDBu6kd3BfOSpYbNqPWkchZtODOdHUCEgnHGHni4ZDANFwgv6jwVGfF00xO Ul6pQjW+06e0Ig9qqOiL3ALjolJ3dnmYaDXeZDUWgH0mmPUr3JfO7ajhn55SDedSFU UG5F/vOIwdoKNAsf0sNAxeccQ1m4dtl84wQ2hyL4= From: "seurer at linux dot vnet.ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/91512] [10 Regression] Fortran compile time regression. Date: Wed, 22 Apr 2020 14:48:40 +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: 10.0 X-Bugzilla-Keywords: compile-time-hog, memory-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at linux dot vnet.ibm.com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 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 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: Wed, 22 Apr 2020 14:48:41 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91512 --- Comment #30 from Bill Seurer --- I tried -fno-inline-arg-packing and with that the time to build all of spec2017 is 28m43 versus 63m to 65m without. For my purposes this is fine BUT will using this option have some sort of performance effect when the tests are run?=