]> gcc.gnu.org Git - gcc.git/commitdiff
functions.c: Remove atomic_flag_fence.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 21 Jan 2009 22:50:31 +0000 (22:50 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 21 Jan 2009 22:50:31 +0000 (22:50 +0000)
2009-01-21  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r143557

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/29_atomics/headers/stdatomic.h/functions.c

index 274171097354dfb46a188a1293b1978668d9d0dc..2f4021c800b4feba52cfbefc3fa8a5fbc04c7911 100644 (file)
@@ -1,3 +1,8 @@
+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
index 1282c0df90643c712b5dfefbc8e0be861bb3d99e..ac0eeda3c2721a0a279de6c6b3b6b17089da87c8 100644 (file)
@@ -1,7 +1,7 @@
 // { 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
@@ -32,7 +32,6 @@ int main()
   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;
 }
This page took 0.079484 seconds and 5 git commands to generate.