From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65991 invoked by alias); 25 Mar 2015 18:42:41 -0000 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 Received: (qmail 65905 invoked by uid 48); 25 Mar 2015 18:42:33 -0000 From: "meissner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65569] New: Fix for PR target/65240 causes a regression in building Spec for power4/power5/power6 Date: Wed, 25 Mar 2015 18:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: meissner at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc cf_gcchost cf_gcctarget cf_gccbuild Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg02828.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65569 Bug ID: 65569 Summary: Fix for PR target/65240 causes a regression in building Spec for power4/power5/power6 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: meissner at gcc dot gnu.org CC: pthaugen at us dot ibm.com Host: powerpc64-unknown-linux-gnu Target: powerpc64-unknown-linux-gnu Build: powerpc64-unknown-linux-gnu The fix for PR target/65240 causes a regression in building the dealII benchmark for 64-bit power4/power5/power6 systems. The reason is the fix eliminated support for floating point constants being in RTL other than 0.0 on VSX systems. The extenddftf2_fprs pattern expects to be able to create a 0.0 to do the conversion, and for pre-VSX systems, you can't create a 0.0 in a register without doing a load.