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: [DF] Replace various bitmaps with HARD_REG_SETs


On Wed, 27 Jul 2011, Dimitrios Apostolou wrote:

> --- gcc/target.h	2011-04-06 11:08:17 +0000
> +++ gcc/target.h	2011-07-27 10:27:56 +0000
> @@ -50,6 +50,7 @@
>  #define GCC_TARGET_H
>  
>  #include "tm.h"
> +#include "hard-reg-set.h"
>  #include "insn-modes.h"

Please send a patch against current trunk.  target.h hasn't included tm.h 
for over a month.  Since hard-reg-set.h depends on tm.h, you won't be able 
to include hard-reg-set.h in target.h any more, so you'll need to find 
another solution for that.

-- 
Joseph S. Myers
joseph@codesourcery.com


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