This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/51655] New: FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Dec 2011 16:39:27 +0000
- Subject: [Bug testsuite/51655] New: FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51655
Bug #: 51655
Summary: FAIL: c-c++-common/tm/memcpy-1.c (test for excess
errors)
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dominiq@lps.ens.fr
CC: aldyh@redhat.com
Host: x86_64-apple-darwin10
Target: x86_64-apple-darwin10
Build: x86_64-apple-darwin10
On x86_64-apple-darwin10 the test c-c++-common/tm/memcpy-1.c fails with
FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
Excess errors:
/opt/gcc/work/gcc/testsuite/c-c++-common/tm/memcpy-1.c:8:12: error: unsafe
function call '__inline_memcpy_chk' within 'transaction_safe' function
/opt/gcc/work/gcc/testsuite/c-c++-common/tm/memcpy-1.c:8:12: error: unsafe
function call '__builtin___memcpy_chk' within 'transaction_safe' function
/opt/gcc/work/gcc/testsuite/c-c++-common/tm/memcpy-1.c:8:12: error: unsafe
function call '__builtin_object_size' within 'transaction_safe' function
/opt/gcc/work/gcc/testsuite/c-c++-common/tm/memcpy-1.c:8:12: error: unsafe
function call '__builtin_object_size' within 'transaction_safe' function
I also see the failures reported in pr51124:
Running target unix/-m32
FAIL: libitm.c/memcpy-1.c execution test
FAIL: libitm.c/memset-1.c execution test
WARNING: libitm.c++/static_ctor.C compilation failed to produce executable
...
Running target unix/-m64
WARNING: libitm.c++/static_ctor.C compilation failed to produce executable
due to
libitm: pr_undoLogCode not supported
FAIL: libitm.c/memcpy-1.c execution test
...
libitm: pr_undoLogCode not supported
FAIL: libitm.c/memset-1.c execution test
...
XFAIL: libitm.c++/static_ctor.C (test for excess errors)
Excess errors:
/opt/gcc/work/libitm/testsuite/libitm.c++/static_ctor.C:12:18: error: unsafe
function call 'void __cxa_guard_release(long long int*)' within
'transaction_safe' function
/opt/gcc/work/libitm/testsuite/libitm.c++/static_ctor.C:12:18: error: unsafe
function call 'int __cxa_guard_acquire(long long int*)' within
'transaction_safe' function