r202920 - in /branches/C11-atomic: gcc/testsuit...

amacleod@gcc.gnu.org amacleod@gcc.gnu.org
Wed Sep 25 18:48:00 GMT 2013


Author: amacleod
Date: Wed Sep 25 18:48:48 2013
New Revision: 202920

URL: http://gcc.gnu.org/viewcvs?rev=202920&root=gcc&view=rev
Log:


	libstdc++-v3
	* include/bits/atomic_base.h (struct __atomic_base): Add
	__attribute__((atomic) to member data element.
	(struct __atomic_base<_PTp*>): Add __attribute__((atomic)) to member
	data element.
	* include/std/atomic (struct atomic): Add __attribute__((atomic)) to
	member data element.

	testsuite
	* gcc.dg/atomic-exchange-{1-5}.c: Change atomic var to use
	__attribute__((atomic)).
	* gcc.dg/atomic-op-{1-5}.c: Add --std=c11 and change atomic var to
	use _Atomic keyword.


Modified:
    branches/C11-atomic/gcc/testsuite/ChangeLog
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-exchange-1.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-exchange-2.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-exchange-3.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-exchange-4.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-exchange-5.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-op-1.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-op-2.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-op-3.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-op-4.c
    branches/C11-atomic/gcc/testsuite/gcc.dg/atomic-op-5.c
    branches/C11-atomic/libstdc++-v3/ChangeLog
    branches/C11-atomic/libstdc++-v3/include/bits/atomic_base.h
    branches/C11-atomic/libstdc++-v3/include/std/atomic



More information about the Gcc-cvs mailing list