From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6722 invoked by alias); 4 Jul 2004 06:00:43 -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 6709 invoked by uid 48); 4 Jul 2004 06:00:42 -0000 Date: Sun, 04 Jul 2004 06:00:00 -0000 Message-ID: <20040704060042.6708.qmail@sourceware.org> From: "anton at samba dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040408035255.14886.amodra@bigpond.net.au> References: <20040408035255.14886.amodra@bigpond.net.au> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug rtl-optimization/14886] strength reduction on floating point X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg00300.txt.bz2 List-Id: ------- Additional Comments From anton at samba dot org 2004-07-04 06:00 ------- Retested on 3.5 cvs (20040703) and the probelm is still there: .L2: xoris 0,9,0x8000 stw 11,8(1) stw 0,12(1) lfd 0,8(1) fsub 0,0,13 frsp 0,0 fmuls 0,0,12 #APP # 0 #NO_APP addi 9,9,1 bdnz .L2 vs: .L8: #APP # 0 #NO_APP fadds 0,0,13 bdnz .L8 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14886