This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/58321] New: FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on x86_64-apple-darwin*


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

            Bug ID: 58321
           Summary: FAIL: gcc.target/i386/memcpy-strategy-3.c
                    scan-assembler-times memcpy 2 on  x86_64-apple-darwin*
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: davidxl at gcc dot gnu.org, iains at gcc dot gnu.org
              Host: x86_64-apple-darwin*
            Target: x86_64-apple-darwin*
             Build: x86_64-apple-darwin*

The tests gcc.target/i386/memcpy-strategy-3.c and memset-strategy-1.c on
x86_64-apple-darwin*

FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2
FAIL: gcc.target/i386/memset-strategy-1.c scan-assembler-times memset 2

Running the test manually I get

[macbook] f90/bug% grep memset memset-strategy-1.s
    jmp    _memset
[macbook] f90/bug% grep memcpy memcpy-strategy-3.s
    call    _memcpy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]