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/81622] [7/8 Regression] ICE on invalid altivec code with ppc64{,le}


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

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

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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 41876
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41876&action=edit
gcc8-pr81622.patch

Updated, but still untested, patch.  For vec_st, if the computation is moved
where it is actually used, I think we don't really need to check that
explicitly, the rs6000_builtin_type_compatible calls should ensure that.

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