CVS commit: src/tests/lib/libc/sync

2014-10-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 18 02:22:36 UTC 2014 Modified Files: src/tests/lib/libc/sync: Makefile Log Message: Explicitly link C++ test case with CXX. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sync/Makefile

CVS commit: src/tests/lib/libc/sync

2014-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 13 09:57:35 UTC 2014 Modified Files: src/tests/lib/libc/sync: Makefile Log Message: Do not try the C++ 2011 test with gcc 4.8 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sync/Makefile

CVS commit: src/tests/lib/libc/sync

2014-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 13 11:07:38 UTC 2014 Modified Files: src/tests/lib/libc/sync: Makefile Log Message: Fix include order, so the makefile actually does something again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/sync

2014-10-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 12 08:02:35 UTC 2014 Modified Files: src/tests/lib/libc/sync: Makefile Log Message: Disable the atomic C++11 test for now, we are not ready for it. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/sync

2014-10-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 12 12:26:41 UTC 2014 Modified Files: src/tests/lib/libc/sync: cpp_atomic_ops_linkable.cc Log Message: If we don't have 64 bit atomic ops, also do not test long long and intmax_t (and friends). To generate a diff of this

CVS commit: src/tests/lib/libc/sync

2014-10-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 11 14:52:16 UTC 2014 Modified Files: src/tests/lib/libc/sync: Makefile Added Files: src/tests/lib/libc/sync: cpp_atomic_ops_linkable.cc Log Message: Add a link time test to catch missing symbols in libc, as

CVS commit: src/tests/lib/libc/sync

2014-10-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 11 17:46:58 UTC 2014 Modified Files: src/tests/lib/libc/sync: cpp_atomic_ops_linkable.cc Log Message: If not __HAVE_ATOMIC64_OPS, do not force the test for 64bit types. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/sync

2014-02-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 21 10:26:25 UTC 2014 Modified Files: src/tests/lib/libc/sync: all_sync_ops_linkable.c Log Message: Remove excemption for i386 (PR lib/48601) - missing aliases will be added to the C code. To generate a diff of this

CVS commit: src/tests/lib/libc/sync

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 10:27:46 UTC 2014 Modified Files: src/tests/lib/libc/sync: all_sync_ops_linkable.c Log Message: For now excempt i386 from __sync_lock_test_and_set_8 and point to PR lib/48601. Probably more architectures to follow.

CVS commit: src/tests/lib/libc/sync

2014-02-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 17 21:38:04 UTC 2014 Modified Files: src/tests/lib/libc/sync: all_sync_ops_linkable.c Log Message: Since clang doesn't recognize the nand variants of the sync builtins and gcc doesn't support __has_builtin, use a plain