Hello, The attached patch fixes a typo in gcc/config/sh-c.c which was introduced recently by some refactoring work. Committed as obvious as rev 205052.
Cheers, Oleg gcc/ChangeLog: * config/sh/sh-c.c: Fix typo in include of file attribs.h.
Index: gcc/config/sh/sh-c.c =================================================================== --- gcc/config/sh/sh-c.c (revision 205051) +++ gcc/config/sh/sh-c.c (working copy) @@ -24,7 +24,7 @@ #include "tm.h" #include "tree.h" #include "stringpool.h" -#include "attribs.h.h" +#include "attribs.h" #include "tm_p.h" #include "cpplib.h" #include "c-family/c-common.h"