From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7838 invoked by alias); 28 Jun 2008 17:51:24 -0000 Received: (qmail 7830 invoked by uid 22791); 28 Jun 2008 17:51:23 -0000 X-Spam-Check-By: sourceware.org Received: from mtagate1.de.ibm.com (HELO mtagate1.de.ibm.com) (195.212.29.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Jun 2008 17:51:02 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate1.de.ibm.com (8.13.8/8.13.8) with ESMTP id m5SHodxU032570 for ; Sat, 28 Jun 2008 17:50:39 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v9.0) with ESMTP id m5SHocpM2576492 for ; Sat, 28 Jun 2008 19:50:38 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m5SHocnJ017998 for ; Sat, 28 Jun 2008 19:50:38 +0200 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with SMTP id m5SHoc2Y017993; Sat, 28 Jun 2008 19:50:38 +0200 Message-Id: <200806281750.m5SHoc2Y017993@d12av02.megacenter.de.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Sat, 28 Jun 2008 19:50:38 +0200 Subject: Re: [PATCH, v2] Re: [PATCH] Fix ICE in simplify_immed_subreg on SPU To: ebotcazou@adacore.com (Eric Botcazou) Date: Sat, 28 Jun 2008 17:53:00 -0000 From: "Ulrich Weigand" Cc: iant@google.com, gcc-patches@gcc.gnu.org, trevor_smigiel@playstation.sony.com, andrew_pinski@playstation.sony.com In-Reply-To: <200806270858.18773.ebotcazou@adacore.com> from "Eric Botcazou" at Jun 27, 2008 08:58:18 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: 2008-06/txt/msg01838.txt.bz2 Eric Botcazou wrote: > Thanks for investigating. While you're at it, could you add CONST_FIXED to > the list of allowed elements for a CONST_VECTOR in rtl.texi? Sure. I've now committed the following patch. Bye, Ulrich 2008-06-28 Ulrich Weigand * doc/rtl.texi (const_vector): Document const_fixed as legitimate element type of const_vector. Index: gcc/doc/rtl.texi =================================================================== --- gcc/doc/rtl.texi (revision 137229) +++ gcc/doc/rtl.texi (working copy) @@ -1527,7 +1527,7 @@ @item (const_vector:@var{m} [@var{x0} @var{x1} @dots{}]) Represents a vector constant. The square brackets stand for the vector containing the constant elements. @var{x0}, @var{x1} and so on are -the @code{const_int} or @code{const_double} elements. +the @code{const_int}, @code{const_double} or @code{const_fixed} elements. The number of units in a @code{const_vector} is obtained with the macro @code{CONST_VECTOR_NUNITS} as in @code{CONST_VECTOR_NUNITS (@var{v})}. -- Dr. Ulrich Weigand GNU Toolchain for Linux on System z and Cell BE Ulrich.Weigand@de.ibm.com