[PATCH]: (TAKE 2) Remove C++ keywords from gcc/[bc]*.c

Gabriel Dos Reis gdr@integrable-solutions.net
Tue Jul 15 09:03:00 GMT 2008


On Tue, Jul 15, 2008 at 1:43 AM, Kaveh R. GHAZI <ghazi@caip.rutgers.edu> wrote:
> This patch removes C++ keywords from files matching gcc/[bc]*.c.  Per
> Jakub's request, I've pruned out files which had diffs with the tuples
> branch.  The files included in this patch are clean as shown by:
>
> svn diff --old=svn://gcc.gnu.org/svn/gcc/trunk/gcc/bt-load.c --new=svn://gcc.gnu.org/svn/gcc/branches/gimple-tuples-branch/gcc/bt-load.c
> svn diff --old=svn://gcc.gnu.org/svn/gcc/trunk/gcc/caller-save.c --new=svn://gcc.gnu.org/svn/gcc/branches/gimple-tuples-branch/gcc/caller-save.c
> svn diff --old=svn://gcc.gnu.org/svn/gcc/trunk/gcc/combine.c --new=svn://gcc.gnu.org/svn/gcc/branches/gimple-tuples-branch/gcc/combine.c
> svn diff --old=svn://gcc.gnu.org/svn/gcc/trunk/gcc/cse.c --new=svn://gcc.gnu.org/svn/gcc/branches/gimple-tuples-branch/gcc/cse.c
>
> which report no diffs.  (Is there a less verbose way of saying the above?)
>
> Tested on x86_64-unknown-linux-gnu, no regressions.
>
> Okay for mainline?

This looks OK to me,

-- Gaby



More information about the Gcc-patches mailing list