From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24338 invoked by alias); 23 Jan 2008 13:55:56 -0000 Received: (qmail 24222 invoked by uid 48); 23 Jan 2008 13:55:14 -0000 Date: Wed, 23 Jan 2008 14:38:00 -0000 Message-ID: <20080123135514.24221.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/34940] contained subroutines called only once are not inlined In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg02752.txt.bz2 ------- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-23 13:55 ------- Considering cs1 with 52 insns to be inlined into s1 Estimated growth after inlined into all callees is -13 insns. Estimated badness is 86, frequency 1.00. Not inlining into s1:--param large-stack-frame-growth limit reached. the fortran IO param structure is blowing the stack limit ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34940