From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8622 invoked by alias); 8 Jun 2009 20:12:00 -0000 Received: (qmail 8605 invoked by uid 22791); 8 Jun 2009 20:11:59 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-qy0-f194.google.com (HELO mail-qy0-f194.google.com) (209.85.221.194) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Jun 2009 20:11:53 +0000 Received: by qyk32 with SMTP id 32so4257327qyk.0 for ; Mon, 08 Jun 2009 13:11:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.132.7 with SMTP id j7mr13343244ybn.42.1244491910779; Mon, 08 Jun 2009 13:11:50 -0700 (PDT) In-Reply-To: <20090608195211.GA3684@caradoc.them.org> References: <20090608153204.GW21107@codesourcery.com> <20090608195211.GA3684@caradoc.them.org> Date: Mon, 08 Jun 2009 20:12:00 -0000 Message-ID: Subject: Re: [PATCH] fix arm neon ICE by widening tree_type's precision field From: Andrew Pinski To: "Joseph S. Myers" , Nathan Froyd , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00694.txt.bz2 On Mon, Jun 8, 2009 at 3:52 PM, Daniel Jacobowitz wrote: > Any ideas? :-) Maybe adding support for non power of 2 vectors. But that seems a big rewrite. -- Pinski