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

            Bug ID: 87158
           Summary: FAIL gcc.c-torture/execute/memchr-1.c on big endian
                    targets
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

The new runtime test memchr-1.c fails on the big-endian powerpc64.  The initial
revision of the test wasn't right for big-endian targets but I thought I fixed
that so I may not have updated the posted patch before Jeff committed it in
r263963.

FAIL: gcc.c-torture/execute/memchr-1.c   -O0  execution test
FAIL: gcc.c-torture/execute/memchr-1.c   -O1  execution test
FAIL: gcc.c-torture/execute/memchr-1.c   -O2  execution test
FAIL: gcc.c-torture/execute/memchr-1.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  execution test
FAIL: gcc.c-torture/execute/memchr-1.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  execution test
FAIL: gcc.c-torture/execute/memchr-1.c   -O3 -g  execution test
FAIL: gcc.c-torture/execute/memchr-1.c   -Os  execution test

Reply via email to