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

            Bug ID: 116447
           Summary: g++.dg/cpp23/ext-floating13.C fails on Cortex-M55 due
                    to undefined reference
           Product: gcc
           Version: 13.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: azoff at gcc dot gnu.org
  Target Milestone: ---

The g++.dg/cpp23/ext-floating13.C test case fails with the following line on
Cortex-M55:

.../arm-none-eabi/bin/ld: /tmp/ccYTl986.o:(.rodata+0x0): undefined reference to
`typeinfo for _Float16'
collect2: error: ld returned 1 exit status

Why does the typeinfo not exist for _Float16 when building with Cortex-M55
including MVE?

Reply via email to