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/77728] [5/6/7/8 Regression] Miscompilation multiple vector iteration on ARM


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41261|0                           |1
        is obsolete|                            |

--- Comment #33 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 41262
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41262&action=edit
gcc7-pr77728.patch

Further updated AArch32 patch, which makes sure we warn even in the callers of
the functions that changed ABI, but also makes sure we don't warn about them
twice and only warn if we are actually emitting those calls.

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