From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22622 invoked by alias); 6 Oct 2004 19:45:25 -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 22615 invoked from network); 6 Oct 2004 19:45:24 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sourceware.org with SMTP; 6 Oct 2004 19:45:24 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [129.34.20.41]) by igw2.watson.ibm.com (8.11.7-20030924/8.11.4) with ESMTP id i96Jie7106300; Wed, 6 Oct 2004 15:44:40 -0400 Received: from sp1n293en1.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_2) with ESMTP id i96JjM842030; Wed, 6 Oct 2004 15:45:22 -0400 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_1) with ESMTP id i96JjMh37472; Wed, 6 Oct 2004 15:45:22 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id i96JjLV31044; Wed, 6 Oct 2004 15:45:21 -0400 Message-Id: <200410061945.i96JjLV31044@makai.watson.ibm.com> To: Paolo Bonzini cc: gcc-patches@gcc.gnu.org Subject: Re: [RFA/RFT] Tree-level lowering of generic vectors, part 4 References: <41012F07.700@polimi.it> Date: Wed, 06 Oct 2004 19:47:00 -0000 From: David Edelsohn X-SW-Source: 2004-10/txt/msg00540.txt.bz2 The rs6000 part of this patch is okay with the following changes: 1) Please have GCC generate a warning when the vector is wider than an Altivec SIMD type. 2) Please modify the GCC testcases so that the extra warning will not cause the testcases to fail due to excess warnings. David