* gcc.dg/atomic-generic.c: Include <string.h>.q

From-SVN: r230708
This commit is contained in:
Nathan Sidwell 2015-11-21 14:08:44 +00:00 committed by Nathan Sidwell
parent 3fe01de6e6
commit d43e15a424
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-11-21 Nathan Sidwell <nathan@acm.org>
* gcc.dg/atomic-generic.c: Include <string.h>.
2015-11-21 David Edelsohn <dje.gcc@gmail.com>
* gfortran.dg/submodule_6.f08: Add dg-require-effective-target lto.

View File

@ -10,6 +10,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
extern void abort();