From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16159 invoked by alias); 31 Jul 2010 10:55:04 -0000 Received: (qmail 16019 invoked by uid 48); 31 Jul 2010 10:54:51 -0000 Date: Sat, 31 Jul 2010 10:55:00 -0000 Message-ID: <20100731105451.16018.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/45142] split for *vec_set_0_sse2 incomplete In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" 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: 2010-07/txt/msg03435.txt.bz2 ------- Comment #3 from ubizjak at gmail dot com 2010-07-31 10:54 ------- Created an attachment (id=21363) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21363&action=view) Untested patch > which only allows V4SF mode. It probably should be macroized to use > SSEMODE4S. Yes, it should handle all modes of "vec_set_0" insn. Attached patch fixes this oversight and fixes the failure. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45142