[PATCH] MIPS: Fix PR target/98491 (ChangeLog)

Xi Ruoyao xry111@mengyan1223.wang
Thu Dec 31 23:34:07 GMT 2020


On 2021-01-01 07:29 +0800, Xi Ruoyao wrote:
> An invalid use of MSA_SUPPORTED_MODE_P is causing ICE on mips64el with -mmsa.
> The detailed analysis is posted on bugzilla:
> 
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98491
> 
> The attached patch fixes this issue by handling the special case of
> MSA_SUPPORTED_MODE_P explicitly.
> 
> Please keep me in CC since I'm not a subscriber.
> 
> And, I don't have GIT write access.

Sorry, I forgot to include the ChangeLog:

    gcc/ChangeLog:
    
    2020-12-31  Xi Ruoyao <xry111@mengyan1223.wang>
    
            PR target/98491
            * config/mips/mips.c (mips_symbol_insns): Do not use
              MSA_SUPPORTED_MODE_P if mode is MAX_MACHINE_MODE.
-- 
Xi Ruoyao <xry111@mengyan1223.wang>
School of Aerospace Science and Technology, Xidian University



More information about the Gcc-patches mailing list