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
jos...@codesourcery.com

Reply via email to