On Sun, May 3, 2009 at 6:34 AM, Kaz Kojima <kkoj...@rr.iij4u.or.jp> wrote: > Steven Bosscher <stevenb....@gmail.com> wrote: > [snip] >> config/sh/sh.c:#include "c-pragma.h" > > FYI, I've confirmed that there are no problems without > this line for sh4-unknown-linux-gnu. > > Regards, > kaz >
And I have successfully bootstrapped with this patch below, which I'll commit as obvious. Kaz, can you commit a patch for sh.c? Ciao! Steven Index: gcc/config/i386/i386.c =================================================================== --- gcc/config/i386/i386.c (revision 147249) +++ gcc/config/i386/i386.c (working copy) @@ -35,7 +35,6 @@ #include "insn-codes.h" #include "insn-attr.h" #include "flags.h" -#include "c-common.h" #include "except.h" #include "function.h" #include "recog.h"