* testsuite/29_atomics/headers/stdatomic.h/functions.c: Remove
atomic_flag_fence.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143557
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-01-21 Benjamin Kosnik <bkoz@redhat.com>
+
+ * testsuite/29_atomics/headers/stdatomic.h/functions.c: Remove
+ atomic_flag_fence.
+
2009-01-21 Dodji Seketeli <dodji@redhat.com>
* include/ext/bitmap_allocator.h: the typedefs should be made public
// { dg-options "-x c" }
// { dg-do compile }
-// Copyright (C) 2008 Free Software Foundation, Inc.
+// Copyright (C) 2008, 2009 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
atomic_flag_test_and_set_explicit(p, m);
atomic_flag_clear(p);
atomic_flag_clear_explicit(p, m);
- atomic_flag_fence(p, m);
return 0;
}