From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24037 invoked by alias); 15 Jun 2008 22:26:49 -0000 Received: (qmail 24027 invoked by uid 22791); 15 Jun 2008 22:26:49 -0000 X-Spam-Check-By: sourceware.org Received: from province.act-europe.fr (HELO province.act-europe.fr) (212.99.106.214) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 15 Jun 2008 22:26:30 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id 3ACF0165EC2; Mon, 16 Jun 2008 00:26:27 +0200 (CEST) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JVTyPpWcE5+o; Mon, 16 Jun 2008 00:26:27 +0200 (CEST) Received: from [192.168.1.4] (dyn-83-152-121-148.ppp.tiscali.fr [83.152.121.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTPSA id E40F6165EB6; Mon, 16 Jun 2008 00:26:26 +0200 (CEST) From: Eric Botcazou To: Ian Lance Taylor Subject: Re: [PATCH] Fix ICE in simplify_immed_subreg on SPU Date: Sun, 15 Jun 2008 22:45:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: "Ulrich Weigand" , gcc-patches@gcc.gnu.org References: <200806151727.m5FHRZDv021734@d12av02.megacenter.de.ibm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806160027.42235.ebotcazou@adacore.com> 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/msg00998.txt.bz2 > I think I'm with Ulrich here. A CONST_VECTOR containing a CONST seems > reasonable to me. Eric, can you clarify what you see as the problem? I don't see the point in changing the semantics of CONST_VECTOR because of a IMO non-representative testcase. -- Eric Botcazou