From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18577 invoked by alias); 1 Nov 2005 07:35:27 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18559 invoked by uid 48); 1 Nov 2005 07:35:25 -0000 Date: Tue, 01 Nov 2005 07:35:00 -0000 Message-ID: <20051101073525.18558.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/21518] [4.0/4.1 Regression] unable to find a register with -fPIC and -O2 and non inlining static function In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rth at gcc dot gnu dot org" X-SW-Source: 2005-11/txt/msg00041.txt.bz2 List-Id: ------- Comment #12 from rth at gcc dot gnu dot org 2005-11-01 07:35 ------- Frankly, this smells like a plain old-fashioned reload bug to me. There's no reason this insn couldn't have been rendered as movl %esi,%eax movbl %al,%eax Investigating further to see how nasty it might be... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21518