From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27040 invoked by alias); 1 Apr 2005 07:59:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 27000 invoked from network); 1 Apr 2005 07:59:06 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 Apr 2005 07:59:06 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j317x6TX018165 for ; Fri, 1 Apr 2005 02:59:06 -0500 Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j317x6O24520 for ; Fri, 1 Apr 2005 02:59:06 -0500 Received: from devserv.devel.redhat.com (localhost.localdomain [127.0.0.1]) by devserv.devel.redhat.com (8.12.11/8.12.11) with ESMTP id j317x6OC017967 for ; Fri, 1 Apr 2005 02:59:06 -0500 Received: (from jakub@localhost) by devserv.devel.redhat.com (8.12.11/8.12.11/Submit) id j317x6el017965 for gcc-patches@gcc.gnu.org; Fri, 1 Apr 2005 02:59:06 -0500 Date: Fri, 01 Apr 2005 07:59:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: Unreviewed patch Message-ID: <20050401075906.GC17420@devserv.devel.redhat.com> Reply-To: Jakub Jelinek Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2005-04/txt/msg00030.txt.bz2 Hi! Handle different mode size conversions involving vectors in convert_move PR rtl-optimization/16104 http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01598.html Jakub