r181453 - in /trunk/gcc: ChangeLog builtins.c t...
amacleod@gcc.gnu.org
amacleod@gcc.gnu.org
Thu Nov 17 20:51:00 GMT 2011
Author: amacleod
Date: Thu Nov 17 20:51:51 2011
New Revision: 181453
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181453
Log:
2011-11-17 Andrew MacLeod <amacleod@redhat.com>
* builtins.c (expand_builtin): Remove 4th parameter representing
weak/strong mode when __atomic_compare_exchange becomes a library call.
* gcc.dg/atomic-generic-aux.c (__atomic_compare_exchange): Fail if
memory model parameters don't match expected values.
* gcc.dg/atomic-generic.c: Pass specific memory model parameters to
__atomic_compare_exchange.
* gcc.dg/atomic-noinline.c: Pass specific memory model parameters to
__atomic_compare_exchange_n.
* gcc.dg/atomic-noinline-aux.c (__atomic_compare_exchange_2): Remove
weak/strong parameter and fail if memory models aren't correct.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/builtins.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/atomic-generic-aux.c
trunk/gcc/testsuite/gcc.dg/atomic-generic.c
trunk/gcc/testsuite/gcc.dg/atomic-noinline-aux.c
trunk/gcc/testsuite/gcc.dg/atomic-noinline.c
More information about the Gcc-cvs
mailing list