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, middle-end] Switch initializations conversion


On Wed, Jul 02, 2008 at 12:39:43PM +0200, Eric Botcazou wrote:
> > Richi has  asked me to add  a time var  for the pass and  approved the
> > patch below today  on IRC.  I have therefore  committed it as revision
> > 137349 after bootstrapping and regression testing on i586-suse-linux.
> 
> Sure?  It doesn't compile for me:

Yes, I did, but I forgot to add the include to the patch.  I have
commited a fix right now (137351).  

I'm so sorry :-(

Martin


2008-07-02  Martin Jambor  <mjambor@suse.cz>

        * tree-switch-conversion.c: Included timevar.h which I forgot before.
        
Index: swtch/gcc/tree-switch-conversion.c
===================================================================
--- swtch.orig/gcc/tree-switch-conversion.c
+++ swtch/gcc/tree-switch-conversion.c
@@ -95,6 +95,7 @@ eight) times the number of the actual sw
 #include "tree-pass.h"
 #include "diagnostic.h"
 #include "tree-dump.h"
+#include "timevar.h"
 
 /* The main structure of the pass.  */
 struct switch_conv_info


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