public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/51655] New: FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
@ 2011-12-22 17:32 dominiq at lps dot ens.fr
  2012-01-06 21:59 ` [Bug testsuite/51655] " rth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-12-22 17:32 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/51655] FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
  2011-12-22 17:32 [Bug testsuite/51655] New: FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors) dominiq at lps dot ens.fr
@ 2012-01-06 21:59 ` rth at gcc dot gnu.org
  2012-01-06 23:16 ` aldyh at gcc dot gnu.org
  2012-01-06 23:17 ` aldyh at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rth at gcc dot gnu.org @ 2012-01-06 21:59 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51655

--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> 2012-01-06 21:58:47 UTC ---
Author: rth
Date: Fri Jan  6 21:58:44 2012
New Revision: 182972

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182972
Log:
PR testsuite/51655
        * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
        including <string.h>.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/tm/memcpy-1.c


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/51655] FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
  2011-12-22 17:32 [Bug testsuite/51655] New: FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors) dominiq at lps dot ens.fr
  2012-01-06 21:59 ` [Bug testsuite/51655] " rth at gcc dot gnu.org
@ 2012-01-06 23:16 ` aldyh at gcc dot gnu.org
  2012-01-06 23:17 ` aldyh at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: aldyh at gcc dot gnu.org @ 2012-01-06 23:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51655

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-06
                 CC|                            |aldyh at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #2 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2012-01-06 23:15:33 UTC ---
fixed in trunk


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/51655] FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
  2011-12-22 17:32 [Bug testsuite/51655] New: FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors) dominiq at lps dot ens.fr
  2012-01-06 21:59 ` [Bug testsuite/51655] " rth at gcc dot gnu.org
  2012-01-06 23:16 ` aldyh at gcc dot gnu.org
@ 2012-01-06 23:17 ` aldyh at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: aldyh at gcc dot gnu.org @ 2012-01-06 23:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51655

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2012-01-06 23:16:31 UTC ---
err... closed fixed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-06 23:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-22 17:32 [Bug testsuite/51655] New: FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors) dominiq at lps dot ens.fr
2012-01-06 21:59 ` [Bug testsuite/51655] " rth at gcc dot gnu.org
2012-01-06 23:16 ` aldyh at gcc dot gnu.org
2012-01-06 23:17 ` aldyh at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).