This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/71922] arm: ifuncs are broken in for arm (gcc generates incorrect code in object file)


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |arm*-*
          Component|c                           |target

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>which seems to be wrong.


No they are most likely iWMMX instructions which are invalid for your objdump
usage (not using the correct options).

Is this testcase failing at runtime or just when you look at the executable
using objdump?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]