From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2270 invoked by alias); 10 Nov 2007 07:58:46 -0000 Received: (qmail 2193 invoked by uid 48); 10 Nov 2007 07:58:38 -0000 Date: Sat, 10 Nov 2007 07:58:00 -0000 Message-ID: <20071110075838.2192.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/34027] [4.3 regression] -Os code size nearly doubled In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bunk at stusta dot de" 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: 2007-11/txt/msg00891.txt.bz2 ------- Comment #6 from bunk at stusta dot de 2007-11-10 07:58 ------- I remove the dependency on PR32044: This bug is really just something I observed by chance when looking at the kernel compilation problem, but unless I completely misunderstood your comments here whatever is required to fix this issue does not depend on PR32044 being fixed. Also the other way round __umoddi3 wouldn't be better than __udivdi3 for the kernel although it mightbe what gets emitted after this bug gets fixed. -- bunk at stusta dot de changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn|32044 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34027