public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/108442] New: arm: MVE's vld1* and vst1* do not work when __ARM_MVE_PRESERVE_USER_NAMESPACE is defined
@ 2023-01-18 11:24 avieira at gcc dot gnu.org
  2023-01-18 11:25 ` [Bug target/108442] " avieira at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: avieira at gcc dot gnu.org @ 2023-01-18 11:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108442
           Summary: arm: MVE's vld1* and vst1* do not work when
                    __ARM_MVE_PRESERVE_USER_NAMESPACE is defined
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: avieira at gcc dot gnu.org
  Target Milestone: ---

When compiling:
$ cat t.c
#include <arm_mve.h>

uint32x4_t foo (uint32_t *p)
{
    return __arm_vld1q_u32 (p);
}

with:
$ arm-none-eabi-gcc -march=armv8.1-m.main+mve -mfloat-abi=hard
-D__ARM_MVE_PRESERVE_USER_NAMESPACE

it will fail to compile as __arm_vld1q_u32 is defined in arm_mve.h as calling
vldrwq_u32 which will not exist when __ARM_MVE_PRESERVE_USER_NAMESPACE is
defined.

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

end of thread, other threads:[~2023-05-18 10:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 11:24 [Bug target/108442] New: arm: MVE's vld1* and vst1* do not work when __ARM_MVE_PRESERVE_USER_NAMESPACE is defined avieira at gcc dot gnu.org
2023-01-18 11:25 ` [Bug target/108442] " avieira at gcc dot gnu.org
2023-01-18 11:26 ` rearnsha at gcc dot gnu.org
2023-01-18 11:28 ` rearnsha at gcc dot gnu.org
2023-01-18 11:59 ` cvs-commit at gcc dot gnu.org
2023-01-18 12:02 ` rearnsha at gcc dot gnu.org
2023-05-18 10:43 ` cvs-commit 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).