]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/atomic-generic.c: Include <string.h>.q
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Nov 2015 14:08:44 +0000 (14:08 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Nov 2015 14:08:44 +0000 (14:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230708 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/atomic-generic.c

index 2155bb1432174fad60730a4807ba683aa42821c7..8607e99b2acda4a409e745fc6abada20261d4007 100644 (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.
index 9b09f87b84ce0d76bd00d69399012695412687db..0e40630240aae25ee1b6f3e2cd9edd4f7e4d0c49 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <stdlib.h>
 #include <stdbool.h>
+#include <string.h>
 
 extern void abort();