From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17662 invoked by alias); 10 Nov 2004 20:04:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17193 invoked from network); 10 Nov 2004 20:04:12 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 10 Nov 2004 20:04:12 -0000 Received: from zaretski ([80.230.154.117]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DBQ99567 (AUTH halo1); Wed, 10 Nov 2004 21:57:02 +0200 (IST) Date: Wed, 10 Nov 2004 20:04:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c4c75e$Blat.v2.2.2$ca853fc0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <41926591.9080206@gnu.org> (message from Andrew Cagney on Wed, 10 Nov 2004 14:01:37 -0500) Subject: Re: [commit] Convert COERCE_* to functions Reply-to: Eli Zaretskii References: <41926591.9080206@gnu.org> X-SW-Source: 2004-11/txt/msg00210.txt.bz2 > Date: Wed, 10 Nov 2004 14:01:37 -0500 > From: Andrew Cagney > > Tested on PPC FC3 with no regressions. 1) Can you tell the reason for these changes? 2) Personally, I think that foo = foobar (foo); is not a good style of C programming.