public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/58321] New: FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on  x86_64-apple-darwin*
@ 2013-09-05 10:48 dominiq at lps dot ens.fr
  2014-03-10 22:28 ` [Bug testsuite/58321] " dominiq at lps dot ens.fr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-09-05 10:48 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug testsuite/58321] FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on  x86_64-apple-darwin*
  2013-09-05 10:48 [Bug testsuite/58321] New: FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on x86_64-apple-darwin* dominiq at lps dot ens.fr
@ 2014-03-10 22:28 ` dominiq at lps dot ens.fr
  2015-01-31 13:44 ` dominiq at lps dot ens.fr
  2015-04-13 13:55 ` howarth.at.gcc at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-03-10 22:28 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-03-10
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Still present at r208448 (see
http://gcc.gnu.org/ml/gcc-testresults/2014-03/msg00667.html).


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

* [Bug testsuite/58321] FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on  x86_64-apple-darwin*
  2013-09-05 10:48 [Bug testsuite/58321] New: FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on x86_64-apple-darwin* dominiq at lps dot ens.fr
  2014-03-10 22:28 ` [Bug testsuite/58321] " dominiq at lps dot ens.fr
@ 2015-01-31 13:44 ` dominiq at lps dot ens.fr
  2015-04-13 13:55 ` howarth.at.gcc at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-01-31 13:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Still present at r220301 (see
https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg03581.html). Does the patch
in comment 2 makes sense or is there a better fix?


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

* [Bug testsuite/58321] FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on  x86_64-apple-darwin*
  2013-09-05 10:48 [Bug testsuite/58321] New: FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on x86_64-apple-darwin* dominiq at lps dot ens.fr
  2014-03-10 22:28 ` [Bug testsuite/58321] " dominiq at lps dot ens.fr
  2015-01-31 13:44 ` dominiq at lps dot ens.fr
@ 2015-04-13 13:55 ` howarth.at.gcc at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: howarth.at.gcc at gmail dot com @ 2015-04-13 13:55 UTC (permalink / raw)
  To: gcc-bugs

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

Jack Howarth <howarth.at.gcc at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |howarth.at.gcc at gmail dot com

--- Comment #4 from Jack Howarth <howarth.at.gcc at gmail dot com> ---
ping


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

end of thread, other threads:[~2015-04-13 13:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-05 10:48 [Bug testsuite/58321] New: FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on x86_64-apple-darwin* dominiq at lps dot ens.fr
2014-03-10 22:28 ` [Bug testsuite/58321] " dominiq at lps dot ens.fr
2015-01-31 13:44 ` dominiq at lps dot ens.fr
2015-04-13 13:55 ` howarth.at.gcc at gmail dot com

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).