From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26501 invoked by alias); 13 Jul 2006 20:48:21 -0000 Received: (qmail 26430 invoked by uid 48); 13 Jul 2006 20:48:12 -0000 Date: Thu, 13 Jul 2006 20:48:00 -0000 Message-ID: <20060713204812.26429.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/27287] [4.1/4.2 Regression] returning constant double In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "edmar at freescale dot com" 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 X-SW-Source: 2006-07/txt/msg01006.txt.bz2 List-Id: ------- Comment #15 from edmar at freescale dot com 2006-07-13 20:48 ------- Ahhha, I found the problem. My patch is wrong: This line + (match_operand:DF 1 "register_operand" "r,m"))] should read + (match_operand:DF 1 "input_operand" "r,m"))] I don't know how I made this mess, I will try again overnight, I will report tomorrow. Thanks Edmar -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27287