Committed as trivial. And also, fixed wrong date on my earlier ChangeLog entry :)
FX 2014-11-15 Francois-Xavier Coudert <fxcoud...@gcc.gnu.org> * gcc.dg/pubtypes-3.c: Include <string.h>. * gcc.dg/pubtypes-4.c: Likewise. Index: gcc.dg/pubtypes-3.c =================================================================== --- gcc.dg/pubtypes-3.c (revision 217599) +++ gcc.dg/pubtypes-3.c (working copy) @@ -9,6 +9,7 @@ #include <stdlib.h> #include <stdio.h> +#include <string.h> struct used_struct { Index: gcc.dg/pubtypes-4.c =================================================================== --- gcc.dg/pubtypes-4.c (revision 217599) +++ gcc.dg/pubtypes-4.c (working copy) @@ -11,6 +11,7 @@ #include <stdlib.h> #include <stdio.h> +#include <string.h> struct used_struct {