From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30052 invoked by alias); 5 Oct 2009 17:47:01 -0000 Received: (qmail 29995 invoked by uid 48); 5 Oct 2009 17:46:48 -0000 Date: Mon, 05 Oct 2009 17:47:00 -0000 Message-ID: <20091005174648.29994.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-10/txt/msg00394.txt.bz2 ------- Comment #7 from pinskia at gcc dot gnu dot org 2009-10-05 17:46 ------- Fixed on the trunk. ------- Comment #8 from pinskia at gcc dot gnu dot org 2009-10-05 17:46 ------- Subject: Bug 40992 Author: pinskia Date: Mon Oct 5 17:46:35 2009 New Revision: 152458 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152458 Log: 2009-10-05 Andrew Pinski PR tree-opt/40992 * final.c (asm_str_count): Split out from asm_insn_count. * rtl.h (asm_str_count): New prototype. * tree-inline (estimate_num_insns) : Call asm_str_count. Modified: trunk/gcc/ChangeLog trunk/gcc/final.c trunk/gcc/rtl.h trunk/gcc/tree-inline.c -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.3/4.4/4.5 Regression] |[4.3/4.4 Regression] cunroll |cunroll ignoring asm size |ignoring asm size http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40992