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] Fix PR44328 - switch/case optimization produces an invalid lookup table index


Martin Jambor writes:
> > diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-
> conversion.c
> > index ed8b5ce..a5ab7a1 100644
> > --- a/gcc/tree-switch-conversion.c
> > +++ b/gcc/tree-switch-conversion.c
> > @@ -96,6 +96,7 @@ eight) times the number of the actual switch
> branches. */
> >  #include "gimple-pretty-print.h"
> >  #include "tree-dump.h"
> >  #include "timevar.h"
> > +#include "langhooks.h"
> >
> 
> This change is not reflected in Makefile.in.  Can you please add
> langhooks.h to the dependencies of tree-switch-conversion.o?  (I'm
> still in the middle of emerging from post-vacation email quagmire.)

I've updated gcc/Makefile.in accordingly.  (See attached).

OK to commit?

Ian


2010-09-01  Ian Bolton  <ian.bolton@arm.com>

        * Makefile.in (tree-switch-conversion.o): Update dependencies.

Attachment: Makefile.in.diff
Description: Binary data


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