]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Don't try to use pthread_barrier in tests on Darwin.
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 24 Dec 2018 12:42:16 +0000 (12:42 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Mon, 24 Dec 2018 12:42:16 +0000 (12:42 +0000)
This was optional in SUSv6 and isn't implemented on Darwin.

2018-12-24  Iain Sandoe  <iain@sandoe.co.uk>

2018-08-16  Iain Sandoe <iain@sandoe.co.uk>

* g++.dg/torture/pr44295.C : Skip for Darwin.

From-SVN: r267405

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr44295.C

index 4315ddecb26fd97fff5572dfc88f1b5c31b05f5c..9ef48fb4885eaebaa6a962360e9cb21f95046796 100644 (file)
@@ -1,3 +1,9 @@
+2018-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       2018-08-16  Iain Sandoe <iain@sandoe.co.uk>
+       * g++.dg/torture/pr44295.C : Skip for Darwin.
+
 2018-12-24  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backport from mainline
index 8169bb0a8736a80bb08b280d7b23e97d2a2ff401..3db249b4156137474093925fa14c4f6e31dada64 100644 (file)
@@ -1,4 +1,6 @@
 /* { dg-do compile } */
+/* { dg-skip-if "no pthread_barrier" { *-*-darwin* } } */
+
 extern "C" {
   typedef __SIZE_TYPE__ size_t;
   typedef struct   {