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

            Bug ID: 94547
           Summary: gcc.target/arm/acle/cde.c fails on armeb
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: clyon at gcc dot gnu.org
  Target Milestone: ---

I've noticed that gcc.target/arm/acle/cde.c fails on
armeb-none-linux-gnueabihf.

    gcc.target/arm/acle/cde.c   -O1   check-function-bodies test_cde_cx1da
    gcc.target/arm/acle/cde.c   -O1   check-function-bodies test_cde_cx2da
    gcc.target/arm/acle/cde.c   -O1   check-function-bodies test_cde_cx3da
    gcc.target/arm/acle/cde.c   -O2   check-function-bodies test_cde_cx1da
    gcc.target/arm/acle/cde.c   -O2   check-function-bodies test_cde_cx2da
    gcc.target/arm/acle/cde.c   -O2   check-function-bodies test_cde_cx3da
    gcc.target/arm/acle/cde.c   -O3 -g   check-function-bodies test_cde_cx1da
    gcc.target/arm/acle/cde.c   -O3 -g   check-function-bodies test_cde_cx2da
    gcc.target/arm/acle/cde.c   -O3 -g   check-function-bodies test_cde_cx3da
    gcc.target/arm/acle/cde.c   -Os   check-function-bodies test_cde_cx1da
    gcc.target/arm/acle/cde.c   -Os   check-function-bodies test_cde_cx2da
    gcc.target/arm/acle/cde.c   -Os   check-function-bodies test_cde_cx3da
    gcc.target/arm/acle/cde.c  -O2 -flto -fno-use-linker-plugin
-flto-partition=none -ffat-lto-objects  check-function-bodies test_cde_cx1da
    gcc.target/arm/acle/cde.c  -O2 -flto -fno-use-linker-plugin
-flto-partition=none -ffat-lto-objects  check-function-bodies test_cde_cx2da
    gcc.target/arm/acle/cde.c  -O2 -flto -fno-use-linker-plugin
-flto-partition=none -ffat-lto-objects  check-function-bodies test_cde_cx3da
    gcc.target/arm/acle/cde.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_cde_cx1da
    gcc.target/arm/acle/cde.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_cde_cx2da
    gcc.target/arm/acle/cde.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_cde_cx3da


I don't know if that's supposed to work on big-endian, so maybe it's just a
matter of skipping the test in that config?

Reply via email to