From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18710 invoked by alias); 25 Aug 2009 12:22:55 -0000 Received: (qmail 18657 invoked by uid 48); 25 Aug 2009 12:22:44 -0000 Date: Tue, 25 Aug 2009 12:22:00 -0000 Message-ID: <20090825122244.18656.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/40106] Time increase with inlining for the Polyhedron test air.f90 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: 2009-08/txt/msg01961.txt.bz2 ------- Comment #11 from rguenth at gcc dot gnu dot org 2009-08-25 12:22 ------- We clone quite a few functions with -fwhole-file but appearantly we fail to apply constant propagation for &CONST_DECL arguments which is a pity. In fact we seem to clone them without any change. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjambor at suse dot cz Summary|Time increase for the |Time increase with inlining |Polyhedron test air.f90 |for the Polyhedron test | |air.f90 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40106