r177872 - in /branches/cxx-mem-model/gcc/testsu...
amacleod@gcc.gnu.org
amacleod@gcc.gnu.org
Thu Aug 18 16:50:00 GMT 2011
Author: amacleod
Date: Thu Aug 18 16:50:21 2011
New Revision: 177872
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177872
Log:
2011-08-18 Andrew MacLeod <amacleod@redhat.com>
* gcc.dg/memmodel/memmodel.gdb: Short-circuit tests once a failure
happens.
* gcc.dg/memmodel/sync-other-{short,int,longlong,int128}.c: New. Test
for proper atomic operation of all __sync_mem routines except load.
* gcc.dg/memmodel/sync-load-{short,int,longlong,int128}.c: New. Test
for proper atomic operation of __sync_mem_load.
Added:
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-load-int.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-load-int128.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-load-longlong.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-load-short.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-other-int.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-other-int128.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-other-longlong.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/sync-other-short.c
Modified:
branches/cxx-mem-model/gcc/testsuite/ChangeLog.mm
branches/cxx-mem-model/gcc/testsuite/gcc.dg/memmodel/memmodel.gdb
More information about the Gcc-cvs
mailing list