public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/97726] New: simd intrinsics tests fail on armeb
@ 2020-11-05  9:10 clyon at gcc dot gnu.org
  2020-11-20 15:05 ` [Bug target/97726] " cvs-commit at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: clyon at gcc dot gnu.org @ 2020-11-05  9:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97726
           Summary: simd intrinsics tests fail on armeb
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: clyon at gcc dot gnu.org
  Target Milestone: ---

Several arm/simd tests fail on armeb (as opposed to arm):
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies test_vld2_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies
test_vld2_dup_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies test_vld2q_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies
test_vld2q_dup_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies test_vld3_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies
test_vld3_dup_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies test_vld3q_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies
test_vld3q_dup_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies test_vld4_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies
test_vld4_dup_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies test_vld4q_bf16
FAIL: gcc.target/arm/simd/bf16_vldn_1.c check-function-bodies
test_vld4q_dup_bf16
FAIL: gcc.target/arm/simd/bf16_vstn_1.c check-function-bodies test_vst2_bf16
FAIL: gcc.target/arm/simd/bf16_vstn_1.c check-function-bodies test_vst2q_bf16
FAIL: gcc.target/arm/simd/bf16_vstn_1.c check-function-bodies test_vst3_bf16
FAIL: gcc.target/arm/simd/bf16_vstn_1.c check-function-bodies test_vst3q_bf16
FAIL: gcc.target/arm/simd/bf16_vstn_1.c check-function-bodies test_vst4_bf16
FAIL: gcc.target/arm/simd/bf16_vstn_1.c check-function-bodies test_vst4q_bf16
FAIL: gcc.target/arm/simd/vdot-2-1.c (test for excess errors)
FAIL: gcc.target/arm/simd/vdot-2-2.c (test for excess errors)
FAIL: gcc.target/arm/simd/vldn_lane_bf16_1.c check-function-bodies
test_vld2_lane_bf16
FAIL: gcc.target/arm/simd/vldn_lane_bf16_1.c check-function-bodies
test_vld2q_lane_bf16
FAIL: gcc.target/arm/simd/vldn_lane_bf16_1.c check-function-bodies
test_vld3_lane_bf16
FAIL: gcc.target/arm/simd/vldn_lane_bf16_1.c check-function-bodies
test_vld3q_lane_bf16
FAIL: gcc.target/arm/simd/vldn_lane_bf16_1.c check-function-bodies
test_vld4_lane_bf16
FAIL: gcc.target/arm/simd/vldn_lane_bf16_1.c check-function-bodies
test_vld4q_lane_bf16
FAIL: gcc.target/arm/simd/vmmla_1.c (test for excess errors)
FAIL: gcc.target/arm/simd/vstn_lane_bf16_1.c check-function-bodies
test_vst2_lane_bf16
FAIL: gcc.target/arm/simd/vstn_lane_bf16_1.c check-function-bodies
test_vst2q_lane_bf16
FAIL: gcc.target/arm/simd/vstn_lane_bf16_1.c check-function-bodies
test_vst3_lane_bf16
FAIL: gcc.target/arm/simd/vstn_lane_bf16_1.c check-function-bodies
test_vst3q_lane_bf16
FAIL: gcc.target/arm/simd/vstn_lane_bf16_1.c check-function-bodies
test_vst4_lane_bf16
FAIL: gcc.target/arm/simd/vstn_lane_bf16_1.c check-function-bodies
test_vst4q_lane_bf16


For instance when GCC is configured:
--target armeb-none-linux-gnueabihf
--with-mode arm
--with-cpu cortex-a9
--with-fpu neon-fp16

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

* [Bug target/97726] simd intrinsics tests fail on armeb
  2020-11-05  9:10 [Bug target/97726] New: simd intrinsics tests fail on armeb clyon at gcc dot gnu.org
@ 2020-11-20 15:05 ` cvs-commit at gcc dot gnu.org
  2021-04-09 19:27 ` ramana at gcc dot gnu.org
  2021-04-10  9:42 ` clyon at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-11-20 15:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrea Corallo <akrl@gcc.gnu.org>:

https://gcc.gnu.org/g:86706296b7e5be80c84846a9a72c4d50fa26ee79

commit r11-5201-g86706296b7e5be80c84846a9a72c4d50fa26ee79
Author: Andrea Corallo <andrea.corallo@arm.com>
Date:   Tue Nov 10 15:15:27 2020 +0100

    [PR target/97726] arm: [testsuite] fix some simd tests on armbe

    2020-11-10  Andrea Corallo  <andrea.corallo@arm.com>

            PR target/97726
            * gcc.target/arm/simd/bf16_vldn_1.c: Relax regexps not to fail on
            big endian.
            * gcc.target/arm/simd/vldn_lane_bf16_1.c: Likewise
            * gcc.target/arm/simd/vmmla_1.c: Add -mfloat-abi=hard flag.

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

* [Bug target/97726] simd intrinsics tests fail on armeb
  2020-11-05  9:10 [Bug target/97726] New: simd intrinsics tests fail on armeb clyon at gcc dot gnu.org
  2020-11-20 15:05 ` [Bug target/97726] " cvs-commit at gcc dot gnu.org
@ 2021-04-09 19:27 ` ramana at gcc dot gnu.org
  2021-04-10  9:42 ` clyon at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ramana at gcc dot gnu.org @ 2021-04-09 19:27 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ramana at gcc dot gnu.org

--- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Fixed now ?

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

* [Bug target/97726] simd intrinsics tests fail on armeb
  2020-11-05  9:10 [Bug target/97726] New: simd intrinsics tests fail on armeb clyon at gcc dot gnu.org
  2020-11-20 15:05 ` [Bug target/97726] " cvs-commit at gcc dot gnu.org
  2021-04-09 19:27 ` ramana at gcc dot gnu.org
@ 2021-04-10  9:42 ` clyon at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: clyon at gcc dot gnu.org @ 2021-04-10  9:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Almost, but I still see vstn_lane_bf16_1.c failures in check-function-bodies on
armeb.

vdot-2-[12].c still fail, but I see failures on little-endian configs too, so
probably a different issue (I didn't check the logs/details)

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

end of thread, other threads:[~2021-04-10  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  9:10 [Bug target/97726] New: simd intrinsics tests fail on armeb clyon at gcc dot gnu.org
2020-11-20 15:05 ` [Bug target/97726] " cvs-commit at gcc dot gnu.org
2021-04-09 19:27 ` ramana at gcc dot gnu.org
2021-04-10  9:42 ` clyon 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).