Commit 5904fbed by Benjamin Kosnik Committed by Benjamin Kosnik

functions.c: Remove atomic_flag_fence.

2009-01-21  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/29_atomics/headers/stdatomic.h/functions.c: Remove
	atomic_flag_fence.

From-SVN: r143557
parent 1240d76e
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> 2009-01-21 Dodji Seketeli <dodji@redhat.com>
* include/ext/bitmap_allocator.h: the typedefs should be made public * include/ext/bitmap_allocator.h: the typedefs should be made public
......
// { dg-options "-x c" } // { dg-options "-x c" }
// { dg-do compile } // { 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 // 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 // software; you can redistribute it and/or modify it under the
...@@ -32,7 +32,6 @@ int main() ...@@ -32,7 +32,6 @@ int main()
atomic_flag_test_and_set_explicit(p, m); atomic_flag_test_and_set_explicit(p, m);
atomic_flag_clear(p); atomic_flag_clear(p);
atomic_flag_clear_explicit(p, m); atomic_flag_clear_explicit(p, m);
atomic_flag_fence(p, m);
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment