From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30768 invoked by alias); 15 May 2007 11:50:51 -0000 Received: (qmail 30758 invoked by uid 22791); 15 May 2007 11:50:50 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 May 2007 11:50:48 +0000 Received: (qmail 14341 invoked from network); 15 May 2007 11:50:46 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 May 2007 11:50:46 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.63) (envelope-from ) id 1HnvYD-0005qt-Gw; Tue, 15 May 2007 11:50:45 +0000 Date: Tue, 15 May 2007 11:50:00 -0000 From: "Joseph S. Myers" To: Andrew Pinski cc: Thomas Neumann , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] compiling gcc with a C++ compiler 4/n In-Reply-To: Message-ID: References: <46496564.1070603@users.sourceforge.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2007-05/txt/msg00959.txt.bz2 On Tue, 15 May 2007, Andrew Pinski wrote: > * tree.h (DECL_COMPLEX_GIMPLE_REG_P): Rename to ... > (DECL_GIMPLE_REG_P): This. > * omp-low.c (omp_copy_decl_2): Use the renamed DECL_GIMPLE_REG_P. I should point out that for this sort of thing the GNU Coding Standards allow you to say "All callers changed." rather than enumerating the callers individually. (I think it may still be useful to list the files changed, but not the functions within them - "* a.c, b.c, c.c: All callers changed.".) -- Joseph S. Myers joseph@codesourcery.com