From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30182 invoked by alias); 26 Jun 2003 08:12:51 -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 30171 invoked from network); 26 Jun 2003 08:12:50 -0000 Received: from unknown (HELO smtp-out.comcast.net) (24.153.64.116) by sources.redhat.com with SMTP; 26 Jun 2003 08:12:50 -0000 Received: from tuliptree.org (c-67-161-44-158.client.comcast.net [67.161.44.158]) by mtaout01.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HH2003EWXHE15@mtaout01.icomcast.net> for gcc-patches@gcc.gnu.org; Thu, 26 Jun 2003 04:12:50 -0400 (EDT) Date: Thu, 26 Jun 2003 08:31:00 -0000 From: Jim Wilson Subject: Re: Unreviewed patches To: Kazu Hirata Cc: gcc-patches@gcc.gnu.org Message-id: <3EFAAB08.1030702@tuliptree.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 References: <20030624.160013.58433826.kazu@cs.umass.edu> X-SW-Source: 2003-06/txt/msg02937.txt.bz2 Kazu Hirata wrote: > [patch] reload1.c: Move reload_cse_reg and its friends to postreload.c. > http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01850.html OK. > [patch] reload1.c: A very tiny speedup. > http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02224.html OK. > [patch] execute/simd-4.c: Enable only when sizeof(int) == 4. > http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02298.html Adding all of that preprocessor stuff doesn't seem like a good solution. Isn't there any other way to solve the problem, like adding sizeof tests? I will defer on this for now. The message doesn't make it clear why the test fails, and hence doesn't make it clear why we can't use something simpler like a sizeof test. > [patch] avr: Remove -mrtl. > http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02384.html OK. > [patch] expr.c: Fix the failure of gcc.dg/compat/scalar-by-value-4. > http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02553.html > > [patch] jump.c: Remove an unused function. > http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02595.html > > [patch] explow.c: Remove an unused function, find_next_ref(). > http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02614.html I haven't gotten this far in my backlog yet. These were all posted in the last 4 days, so I will defer them for now. Jim