From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14586 invoked by alias); 29 Jan 2012 23:24:32 -0000 Received: (qmail 14576 invoked by uid 22791); 29 Jan 2012 23:24:29 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Jan 2012 23:24:16 +0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/51920] 64-bit gcc.target/sparc/vec-init-1-vis1.c FAILs Date: Sun, 29 Jan 2012 23:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.0 X-Bugzilla-Changed-Fields: Status AssignedTo Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-01/txt/msg03456.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51920 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #3 from Eric Botcazou 2012-01-29 23:23:19 UTC --- > The output operand of all insns generating 'fpmerge' only accept the proper 'e' > constraint. 'e' doesn't imply even-numbered though, there is no specific constraint for that. I think it's the long-standing issue with word-mode paradoxical subregs of FP regs in 64-bit mode, for which both the PA and the SPARC ports have a kludge, in the form of the CANNOT_CHANGE_MODE_CLASS macro. I'm going to kludge again for this one by tweaking vector_init_fpmerge a bit.