This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] (partial transition) - remove some


"Diego Novillo" <dnovillo@google.com> a écrit dans le message de
b798aad50902011032o7b67c9an7d537105973f4390@mail.gmail.com">news:b798aad50902011032o7b67c9an7d537105973f4390@mail.gmail.com...
> On Sun, Feb 1, 2009 at 13:16, Christophe Jaillet
> <christophe.jaillet@wanadoo.fr> wrote:
>
> > Some other trivial clean up seem still possible, I'll track them down if
you
> > think it is usefull. There are also some other places which still really
use
> > VARRAY. So the code should be updated.
>
> Thanks.  Yes, these cleanups are very useful and as you've
> noticed, some of them are not hard.
>
> Do you have an FSF copyright assignment on file?

No, I never thought that the small patchs I send from time to time worse an
copyright assignment. It is only some small clean-up / speed-up.

> > It has been bootstrapped in my cygwin box against :
> >   revision 143837:
> >
> > with the following command line :
> >   configure --enable-languages=c --with-arch=athlon-xp --disable-nls
> >   make -j 2
>
> You will need to include a ChangeLog entry.  With that, the patch
> is OK when stage 1 opens.

Should I resubmit when stage1 opens ?

Here is the Changelog :

2009-02-01  Christophe Jaillet <christophe.jaillet@wanadoo.fr>

* alias.c: Do not include "varray.h".
* basic-block.h: Likewise.
* c-common.c: Likewise.
* c-gimplify.c: Likewise.
* c-objc-common.c: Likewise.
* c-semantics.c: Likewise.
* cgraph.c: Likewise.
* cp/cp-tree.h: Likewise.
* cp/mangle.c: Likewise.
* cp/optimize.c: Likewise.
* cp/parser.c: Likewise.
* dwarf2out.c: Likewise.
* ggc-zone.c: Likewise.
* gimple-low.c: Likewise.
* gimplify.c: Likewise.
* integrate.h: Likewise.
* objc/objc-act.c: Likewise.
* objcp/objcp-decl.c: Likewise.
* omega.c: Likewise.
* reg-stack.c: Likewise.
* regs.h: Likewise.
* tree-if-conv.c: Likewise.
* tree-into-ssa.c: Likewise.
* tree-nomudflap.c: Likewise.
* tree-phinodes.c: Likewise.
* tree-ssa-loop-ivopts.c: Likewise.
* tree-ssa-loop-prefetch.c: Likewise.
* tree-ssa-propagate.c: Likewise.
* tree-ssa-structalias.c: Likewise.
* tree-ssa.c: Likewise.
* tree-ssanames.c: Likewise.

* cgraphunit.c: Update comment.
* cfglayout.c: Likewise.
* reload1.c: Likewise.

* c-common.h: Remove reference to varray_head_tag.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]